diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:45:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:45:01 +0000 |
commit | 2cfdc2dd227f88472846b460ded3260f38d8a18e (patch) | |
tree | 772f2a4a0933cbdd9c7293777e1c82dc04e46c27 /dev-libs/boehm-gc/boehm-gc-6.5.ebuild | |
parent | Version bump from upstream (diff) | |
download | gentoo-2-2cfdc2dd227f88472846b460ded3260f38d8a18e.tar.gz gentoo-2-2cfdc2dd227f88472846b460ded3260f38d8a18e.tar.bz2 gentoo-2-2cfdc2dd227f88472846b460ded3260f38d8a18e.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-libs/boehm-gc/boehm-gc-6.5.ebuild')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-6.5.ebuild b/dev-libs/boehm-gc/boehm-gc-6.5.ebuild index a106c8ae11b9..19e1fa4fe8a7 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.5.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.5.ebuild,v 1.9 2005/12/24 16:31:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.5.ebuild,v 1.10 2006/02/06 19:42:26 blubb Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc-macos ppc64 sparc x86" IUSE="nocxx threads" RDEPEND="virtual/libc" |