diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-07 22:37:44 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-07 22:37:44 +0000 |
commit | 97a570726c1651c2fb4e4c1399b0bbfaf76ed917 (patch) | |
tree | adf9fb6a700e8c30a403dc77f224a3dbd268670a | |
parent | keyword fixup to stop kernel-2 depend problems (Manifest recommit) (diff) | |
download | gentoo-2-97a570726c1651c2fb4e4c1399b0bbfaf76ed917.tar.gz gentoo-2-97a570726c1651c2fb4e4c1399b0bbfaf76ed917.tar.bz2 gentoo-2-97a570726c1651c2fb4e4c1399b0bbfaf76ed917.zip |
~amd64
-rw-r--r-- | dev-libs/libf2c/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20021004.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index d60338ff1e51..9e5ccc456c2b 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libf2c -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.5 2004/03/18 20:52:46 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.6 2004/04/07 22:37:44 lv Exp $ + + 07 Apr 2004; Travis Tilley <lv@gentoo.org> libf2c-20021004.ebuild: + added ~amd64 to keywords 07 Jul 2003; Michael Sterrett <msterret@gentoo.org> libf2c-20021004.ebuild: more error checking diff --git a/dev-libs/libf2c/libf2c-20021004.ebuild b/dev-libs/libf2c/libf2c-20021004.ebuild index 525093497bf2..6f7a6a072003 100644 --- a/dev-libs/libf2c/libf2c-20021004.ebuild +++ b/dev-libs/libf2c/libf2c-20021004.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20021004.ebuild,v 1.7 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20021004.ebuild,v 1.8 2004/04/07 22:37:44 lv Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.netlib.org/f2c/${PN}.zip" LICENSE="libf2c" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" DEPEND="virtual/glibc" |