diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 13:27:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 13:27:18 +0000 |
commit | 13f9924a7dec7487d0d08e939ae448bc86ad86af (patch) | |
tree | b4223e7d6612102154a76c1d9253acc577297328 /dev-libs/libf2c | |
parent | Stable for amd64, wrt bug #550032 (diff) | |
download | gentoo-2-13f9924a7dec7487d0d08e939ae448bc86ad86af.tar.gz gentoo-2-13f9924a7dec7487d0d08e939ae448bc86ad86af.tar.bz2 gentoo-2-13f9924a7dec7487d0d08e939ae448bc86ad86af.zip |
Stable for amd64, wrt bug #542232
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index 3e32e868e1fd..a16ec57d9fc4 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libf2c # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.65 2015/05/17 20:05:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.66 2015/05/21 13:27:18 ago Exp $ + + 21 May 2015; Agostino Sarubbo <ago@gentoo.org> libf2c-20110801-r4.ebuild: + Stable for amd64, wrt bug #542232 17 May 2015; Pacho Ramos <pacho@gentoo.org> libf2c-20110801-r4.ebuild: ppc64 stable wrt bug #542232 diff --git a/dev-libs/libf2c/libf2c-20110801-r4.ebuild b/dev-libs/libf2c/libf2c-20110801-r4.ebuild index ea0877af3155..c7ca563752b0 100644 --- a/dev-libs/libf2c/libf2c-20110801-r4.ebuild +++ b/dev-libs/libf2c/libf2c-20110801-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r4.ebuild,v 1.3 2015/05/17 20:05:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r4.ebuild,v 1.4 2015/05/21 13:27:18 ago Exp $ EAPI=5 @@ -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="" |