diff options
author | Brent Baude <ranger@gentoo.org> | 2008-11-26 16:43:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-11-26 16:43:36 +0000 |
commit | 66e87e5d25328a0b4e8812c4fd277a90ec11074a (patch) | |
tree | 85cc1675553c8f748f05170001ef552677abbd84 /dev-libs | |
parent | stable ppc64, bug 245710 (diff) | |
download | gentoo-2-66e87e5d25328a0b4e8812c4fd277a90ec11074a.tar.gz gentoo-2-66e87e5d25328a0b4e8812c4fd277a90ec11074a.tar.bz2 gentoo-2-66e87e5d25328a0b4e8812c4fd277a90ec11074a.zip |
stable ppc64, bug 245830
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libf2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20070912.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index ce3d61b1faf6..fdd8ca164349 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libf2c # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.30 2008/11/14 19:36:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.31 2008/11/26 16:43:36 ranger Exp $ + + 26 Nov 2008; Brent Baude <ranger@gentoo.org> libf2c-20070912.ebuild: + stable ppc64, bug 245830 14 Nov 2008; Raúl Porcel <armin76@gentoo.org> libf2c-20070912.ebuild: alpha/sparc stable wrt #245830 diff --git a/dev-libs/libf2c/libf2c-20070912.ebuild b/dev-libs/libf2c/libf2c-20070912.ebuild index f0be7775325b..87554b7e3c83 100644 --- a/dev-libs/libf2c/libf2c-20070912.ebuild +++ b/dev-libs/libf2c/libf2c-20070912.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.8 2008/11/14 19:36:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.9 2008/11/26 16:43:36 ranger Exp $ inherit toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~dberkholz/distfiles/${P}.zip LICENSE="libf2c" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/libc" |