diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-07 11:27:11 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-07 11:27:11 +0000 |
commit | 7c6db96fdbc85752fbb86c3eddde174959996305 (patch) | |
tree | 6800fe7c27a86d651b73b648904545af34a8b6fd /dev-libs/libf2c | |
parent | Stable ppc, bug #434040 (diff) | |
download | gentoo-2-7c6db96fdbc85752fbb86c3eddde174959996305.tar.gz gentoo-2-7c6db96fdbc85752fbb86c3eddde174959996305.tar.bz2 gentoo-2-7c6db96fdbc85752fbb86c3eddde174959996305.zip |
Stable for x86, wrt bug #433493
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libf2c')
-rw-r--r-- | dev-libs/libf2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20110801-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index 11a60540016b..1192aa3c746f 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,9 @@ # 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.50 2012/09/07 08:45:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.51 2012/09/07 11:27:11 johu Exp $ + + 07 Sep 2012; Johannes Huber <johu@gentoo.org> libf2c-20110801-r2.ebuild: + Stable for x86, wrt bug #433493 07 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libf2c-20110801-r2.ebuild: Stable for amd64, wrt bug #433493 diff --git a/dev-libs/libf2c/libf2c-20110801-r2.ebuild b/dev-libs/libf2c/libf2c-20110801-r2.ebuild index 9a1da4d1f759..93f6929ce268 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.2 2012/09/07 08:45:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r2.ebuild,v 1.3 2012/09/07 11:27:11 johu Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/${PN}.zip -> ${P}.zip" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="" |