diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:23:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:23:16 +0000 |
commit | f6ad1271afb7cb4a1e429827c49be8b46aea4a3d (patch) | |
tree | 07b4c4bb36acaf65c0dcd72a8dcb957b0091711d /dev-libs/ffcall | |
parent | sync IUSE (missing), don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-f6ad1271afb7cb4a1e429827c49be8b46aea4a3d.tar.gz gentoo-2-f6ad1271afb7cb4a1e429827c49be8b46aea4a3d.tar.bz2 gentoo-2-f6ad1271afb7cb4a1e429827c49be8b46aea4a3d.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ffcall-1.8d.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.9.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ffcall/ffcall-1.8d.ebuild b/dev-libs/ffcall/ffcall-1.8d.ebuild index a816b5f9362b..c2057b24be3d 100644 --- a/dev-libs/ffcall/ffcall-1.8d.ebuild +++ b/dev-libs/ffcall/ffcall-1.8d.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/ffcall/ffcall-1.8d.ebuild,v 1.17 2004/07/02 04:40:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.18 2004/07/14 14:21:56 agriffis Exp $ inherit eutils flag-o-matic @@ -14,6 +14,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" LICENSE="GPL-2 | LGPL-2" SLOT="0" KEYWORDS="x86 sparc ~hppa alpha ~ppc" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/ffcall/ffcall-1.9.ebuild b/dev-libs/ffcall/ffcall-1.9.ebuild index e69fc0f5a932..fc4d702bfcfd 100644 --- a/dev-libs/ffcall/ffcall-1.9.ebuild +++ b/dev-libs/ffcall/ffcall-1.9.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/ffcall/ffcall-1.9.ebuild,v 1.4 2004/07/02 04:40:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.9.ebuild,v 1.5 2004/07/14 14:21:56 agriffis Exp $ inherit eutils flag-o-matic @@ -14,6 +14,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" LICENSE="GPL-2 | LGPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~hppa ~alpha ~ppc" +IUSE="" DEPEND="virtual/libc" |