diff options
author | Brent Baude <ranger@gentoo.org> | 2011-06-28 15:53:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-06-28 15:53:36 +0000 |
commit | 28fda2a16c6ea4a1a0073809d4580a97f48c876a (patch) | |
tree | be9111af261f9506bd1033fa0b853713e461b32f /sci-libs/cbflib | |
parent | disable largefile again as it seems to cause problems on some arches, require... (diff) | |
download | historical-28fda2a16c6ea4a1a0073809d4580a97f48c876a.tar.gz historical-28fda2a16c6ea4a1a0073809d4580a97f48c876a.tar.bz2 historical-28fda2a16c6ea4a1a0073809d4580a97f48c876a.zip |
Marking cbflib-0.9.0-r3 ppc for bug 352065
Package-Manager: portage-2.1.9.42/cvs/Linux ppc64
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index 451b89d6c7d1..2642e2671e9e 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.17 2011/06/21 15:41:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.18 2011/06/28 15:53:36 ranger Exp $ + + 28 Jun 2011; Brent Baude <ranger@gentoo.org> cbflib-0.9.0-r3.ebuild: + Marking cbflib-0.9.0-r3 ppc for bug 352065 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cbflib-0.8.1-r7.ebuild, cbflib-0.9.0-r3.ebuild: diff --git a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild index bc6c390ca047..38e1786db9ed 100644 --- a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.5 2011/06/21 15:41:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.6 2011/06/28 15:53:36 ranger Exp $ EAPI="3" @@ -25,7 +25,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P1}_14Feb10.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="doc python" DEPEND="virtual/fortran " |