diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-17 21:59:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-17 21:59:57 +0000 |
commit | e30b2a295e632fff202de817fc37c75ec4f23662 (patch) | |
tree | 3a57477d0c0f829059568e17181172fc7816b76e /dev-lang/f2c/f2c-20030320-r1.ebuild | |
parent | Fix parallel build bug. (Manifest recommit) (diff) | |
download | gentoo-2-e30b2a295e632fff202de817fc37c75ec4f23662.tar.gz gentoo-2-e30b2a295e632fff202de817fc37c75ec4f23662.tar.bz2 gentoo-2-e30b2a295e632fff202de817fc37c75ec4f23662.zip |
~alpha keyword.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lang/f2c/f2c-20030320-r1.ebuild')
-rw-r--r-- | dev-lang/f2c/f2c-20030320-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/f2c/f2c-20030320-r1.ebuild b/dev-lang/f2c/f2c-20030320-r1.ebuild index f7cb17506af5..23d96947caba 100644 --- a/dev-lang/f2c/f2c-20030320-r1.ebuild +++ b/dev-lang/f2c/f2c-20030320-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320-r1.ebuild,v 1.3 2005/01/29 10:35:55 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320-r1.ebuild,v 1.4 2005/02/17 21:57:48 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="libf2c" SLOT="0" -KEYWORDS="x86 amd64 ppc ppc64 sparc" +KEYWORDS="x86 amd64 ppc ppc64 sparc ~alpha" IUSE="" DEPEND="dev-libs/libf2c" |