diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:10:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:10:09 +0000 |
commit | 6e971b312d6343d047d277a6dccc359df5bbbf46 (patch) | |
tree | 86d09ca0b9388df0a93a991379c94530ccaac21d /dev-libs/boehm-gc | |
parent | new version proftpd-1.2.10_rc3 (diff) | |
download | historical-6e971b312d6343d047d277a6dccc359df5bbbf46.tar.gz historical-6e971b312d6343d047d277a6dccc359df5bbbf46.tar.bz2 historical-6e971b312d6343d047d277a6dccc359df5bbbf46.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.3_alpha6.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild b/dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild index 8adc40a72a76..db08575f548f 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.2-r1.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/boehm-gc/boehm-gc-6.2-r1.ebuild,v 1.7 2004/07/02 04:34:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild,v 1.8 2004/07/14 14:03:04 agriffis Exp $ S=${WORKDIR}/gc${PV/_/} @@ -11,6 +11,7 @@ SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc${PV/_/}.tar.g LICENSE="as-is" SLOT="0" KEYWORDS="x86 sparc alpha ppc amd64 hppa" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/boehm-gc/boehm-gc-6.3_alpha6.ebuild b/dev-libs/boehm-gc/boehm-gc-6.3_alpha6.ebuild index f88a3ecb8dc9..e347b0429b13 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.3_alpha6.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.3_alpha6.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/boehm-gc/boehm-gc-6.3_alpha6.ebuild,v 1.3 2004/07/02 04:34:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.3_alpha6.ebuild,v 1.4 2004/07/14 14:03:04 agriffis Exp $ MY_P=gc${PV/_/} S=${WORKDIR}/${MY_P} @@ -12,6 +12,7 @@ SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64 ~hppa" +IUSE="" DEPEND="virtual/libc" |