diff options
author | 2006-02-06 19:53:01 +0000 | |
---|---|---|
committer | 2006-02-06 19:53:01 +0000 | |
commit | f74ee5f8d728ce7d9afd127e75e52385250a3551 (patch) | |
tree | 31aa694078d48fd896aaca3e6d5fdd8d839db4a9 /dev-libs/boehm-gc/boehm-gc-6.5.ebuild | |
parent | forgot openhbci-plugin-ddvcard in openhbci mask (diff) | |
download | historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.tar.gz historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.tar.bz2 historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.zip |
stable amd64
Package-Manager: portage-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" |