diff options
author | 2013-06-24 05:09:20 +0000 | |
---|---|---|
committer | 2013-06-24 05:09:20 +0000 | |
commit | e5579161bc27e3fe7b8ab3fa51ae26549db2be73 (patch) | |
tree | 72042dc683c9a275a86ad7dcc53039fb7232c483 /dev-libs/libf2c | |
parent | Stable for ppc, wrt bug #470534 (diff) | |
download | gentoo-2-e5579161bc27e3fe7b8ab3fa51ae26549db2be73.tar.gz gentoo-2-e5579161bc27e3fe7b8ab3fa51ae26549db2be73.tar.bz2 gentoo-2-e5579161bc27e3fe7b8ab3fa51ae26549db2be73.zip |
Stable for ppc, wrt bug #469000
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libf2c')
-rw-r--r-- | dev-libs/libf2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20110801-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index 2e670e5a40e3..e30dc9c8b2ab 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libf2c # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.56 2013/05/08 06:49:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.57 2013/06/24 05:09:20 ago Exp $ + + 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libf2c-20110801-r3.ebuild: + Stable for ppc, wrt bug #469000 *libf2c-20110801-r3 (08 May 2013) diff --git a/dev-libs/libf2c/libf2c-20110801-r3.ebuild b/dev-libs/libf2c/libf2c-20110801-r3.ebuild index 470e76e93774..d6d3daf32db5 100644 --- a/dev-libs/libf2c/libf2c-20110801-r3.ebuild +++ b/dev-libs/libf2c/libf2c-20110801-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r3.ebuild,v 1.1 2013/05/08 06:49:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r3.ebuild,v 1.2 2013/06/24 05:09:20 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/${PN}.zip -> ${P}.zip" LICENSE="HPND" 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="" |