diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-07 17:02:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-07 17:02:20 +0000 |
commit | 29a78c8dd12701c5a9b181941133ad0b494574f0 (patch) | |
tree | cd6bfaf14e36f20637fa966d2298393e7e2622a1 /sci-libs/cbflib | |
parent | Moved to EAPI=3 for PREFIX support, imported prefix patches from overlay, rem... (diff) | |
download | gentoo-2-29a78c8dd12701c5a9b181941133ad0b494574f0.tar.gz gentoo-2-29a78c8dd12701c5a9b181941133ad0b494574f0.tar.bz2 gentoo-2-29a78c8dd12701c5a9b181941133ad0b494574f0.zip |
Prefix cleaning, keyworded for *-linux, tested by me
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.8.1-r6.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index 900e77001dfc..b9b27056c29e 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.5 2010/02/07 21:01:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.6 2010/03/07 17:02:20 jlec Exp $ + + 07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org> + cbflib-0.8.1-r6.ebuild: + Prefix cleaning, keyworded for *-linux, tested by me *cbflib-0.8.1-r6 (07 Feb 2010) diff --git a/sci-libs/cbflib/cbflib-0.8.1-r6.ebuild b/sci-libs/cbflib/cbflib-0.8.1-r6.ebuild index 00bf47bca0b0..63f74a106b53 100644 --- a/sci-libs/cbflib/cbflib-0.8.1-r6.ebuild +++ b/sci-libs/cbflib/cbflib-0.8.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r6.ebuild,v 1.1 2010/02/07 21:01:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r6.ebuild,v 1.2 2010/03/07 17:02:20 jlec Exp $ EAPI="3" @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P1}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" #RDEPEND="" @@ -43,6 +43,8 @@ src_prepare(){ -e "s:^F90C.*$:F90C = $(tc-getFC):" \ -e "s:^F90FLAGS.*$:F90FLAGS = ${FFLAGS}:" \ -e "s:^SOLDFLAGS.*$:SOLDFLAGS = -shared ${LDFLAGS}:g" \ + -e "s: /bin: ${EPREFIX}/bin:g" \ + -e "s:/usr:${EPREFIX}/usr:g" \ -i Makefile || die } |