diff options
author | 2015-05-27 11:21:02 +0000 | |
---|---|---|
committer | 2015-05-27 11:21:02 +0000 | |
commit | d91725f3de1b553aa78722825ad1fedd06eb8e15 (patch) | |
tree | 75756bac714f703a6c1992d4a20e9117f076080d /dev-libs/libf2c | |
parent | Stable for x86, wrt bug #542712 (diff) | |
download | gentoo-2-d91725f3de1b553aa78722825ad1fedd06eb8e15.tar.gz gentoo-2-d91725f3de1b553aa78722825ad1fedd06eb8e15.tar.bz2 gentoo-2-d91725f3de1b553aa78722825ad1fedd06eb8e15.zip |
Stable for x86, wrt bug #542232
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 a16ec57d9fc4..1d532e395ee1 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.66 2015/05/21 13:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.67 2015/05/27 11:21:02 ago Exp $ + + 27 May 2015; Agostino Sarubbo <ago@gentoo.org> libf2c-20110801-r4.ebuild: + Stable for x86, wrt bug #542232 21 May 2015; Agostino Sarubbo <ago@gentoo.org> libf2c-20110801-r4.ebuild: Stable for amd64, wrt bug #542232 diff --git a/dev-libs/libf2c/libf2c-20110801-r4.ebuild b/dev-libs/libf2c/libf2c-20110801-r4.ebuild index c7ca563752b0..91a252df4c5a 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.4 2015/05/21 13:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r4.ebuild,v 1.5 2015/05/27 11:21:02 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="" |