diff options
author | 2012-10-16 14:21:42 +0000 | |
---|---|---|
committer | 2012-10-16 14:21:42 +0000 | |
commit | 5046db577788bd9743485bda412d07f0e12aadcc (patch) | |
tree | 2a525ccec9ca0cda3f269f421296078636fd9847 /dev-libs | |
parent | Remove old versions. (diff) | |
download | gentoo-2-5046db577788bd9743485bda412d07f0e12aadcc.tar.gz gentoo-2-5046db577788bd9743485bda412d07f0e12aadcc.tar.bz2 gentoo-2-5046db577788bd9743485bda412d07f0e12aadcc.zip |
stable ppc ppc64, bug #433493
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libf2c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20110801-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index c56f56abed34..f49588a6d2c5 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libf2c # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.52 2012/10/06 16:53:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.53 2012/10/16 14:21:42 blueness Exp $ + + 16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> + libf2c-20110801-r2.ebuild: + stable ppc ppc64, bug #433493 06 Oct 2012; Raúl Porcel <armin76@gentoo.org> libf2c-20090407-r1.ebuild, libf2c-20110801-r2.ebuild: diff --git a/dev-libs/libf2c/libf2c-20110801-r2.ebuild b/dev-libs/libf2c/libf2c-20110801-r2.ebuild index 3410e3ebbb41..2c8d4125846c 100644 --- a/dev-libs/libf2c/libf2c-20110801-r2.ebuild +++ b/dev-libs/libf2c/libf2c-20110801-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r2.ebuild,v 1.4 2012/10/06 16:53:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r2.ebuild,v 1.5 2012/10/16 14:21:42 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/${PN}.zip -> ${P}.zip" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="" |