diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-30 22:19:00 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-30 22:19:00 +0000 |
commit | 59254d0e39384c6b9a6302d1fe4085bce9647b51 (patch) | |
tree | 7a608f005addd390475010947f30acea87b72742 /dev-libs | |
parent | sync IUSE (missing), glibc -> libc (diff) | |
download | gentoo-2-59254d0e39384c6b9a6302d1fe4085bce9647b51.tar.gz gentoo-2-59254d0e39384c6b9a6302d1fe4085bce9647b51.tar.bz2 gentoo-2-59254d0e39384c6b9a6302d1fe4085bce9647b51.zip |
Forgot to mask not working version on amd64.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libf2c/libf2c-20021004.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libf2c/libf2c-20021004.ebuild b/dev-libs/libf2c/libf2c-20021004.ebuild index 81a351a8d557..38a7da82b8d4 100644 --- a/dev-libs/libf2c/libf2c-20021004.ebuild +++ b/dev-libs/libf2c/libf2c-20021004.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20021004.ebuild,v 1.9 2004/06/24 23:16:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20021004.ebuild,v 1.10 2004/06/30 22:19:00 kugelfang Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.netlib.org/f2c/${PN}.zip" LICENSE="libf2c" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 -amd64" DEPEND="virtual/glibc" |