diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-14 19:37:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-14 19:37:38 +0000 |
commit | 549267243b4368a9a5a0c1451912722590290388 (patch) | |
tree | d2f6b8c4908449e0e27afd7aa654f50bf53e4b39 /dev-lang/f2c | |
parent | alpha/sparc stable wrt #245830 (diff) | |
download | gentoo-2-549267243b4368a9a5a0c1451912722590290388.tar.gz gentoo-2-549267243b4368a9a5a0c1451912722590290388.tar.bz2 gentoo-2-549267243b4368a9a5a0c1451912722590290388.zip |
alpha/sparc stable wrt #245832
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-lang/f2c')
-rw-r--r-- | dev-lang/f2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20060507.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog index aca3bb0e42ac..d5c6afe89585 100644 --- a/dev-lang/f2c/ChangeLog +++ b/dev-lang/f2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/f2c # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.22 2008/11/08 18:37:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.23 2008/11/14 19:37:38 armin76 Exp $ + + 14 Nov 2008; Raúl Porcel <armin76@gentoo.org> f2c-20060507.ebuild: + alpha/sparc stable wrt #245832 08 Nov 2008; Markus Meier <maekke@gentoo.org> f2c-20060507.ebuild: amd64/x86 stable, bug #245832 diff --git a/dev-lang/f2c/f2c-20060507.ebuild b/dev-lang/f2c/f2c-20060507.ebuild index 8cddd40a9991..845cad87053e 100644 --- a/dev-lang/f2c/f2c-20060507.ebuild +++ b/dev-lang/f2c/f2c-20060507.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.4 2008/11/08 18:37:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.5 2008/11/14 19:37:38 armin76 Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="libf2c" SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libf2c" |