diff options
Diffstat (limited to 'dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild | 4 |
1 files changed, 2 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 bb97cb84fe1b..d122070fa0fb 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.10 2004/09/16 01:46:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.2-r1.ebuild,v 1.11 2004/10/13 23:11:00 agriffis Exp $ S=${WORKDIR}/gc${PV/_/} @@ -10,7 +10,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 macos ppc-macos" +KEYWORDS="x86 sparc alpha ppc amd64 hppa macos ppc-macos ia64" IUSE="" DEPEND="virtual/libc" |