diff options
author | 2005-06-09 14:27:45 +0000 | |
---|---|---|
committer | 2005-06-09 14:27:45 +0000 | |
commit | ae7a0193b820cb53f150af78cd4a7a055a2b273b (patch) | |
tree | 20b78ebdb9a78c857f1315d546a8dc2ab8e11b59 /dev-libs/boehm-gc/boehm-gc-6.4.ebuild | |
parent | Stable on amd64 (diff) | |
download | historical-ae7a0193b820cb53f150af78cd4a7a055a2b273b.tar.gz historical-ae7a0193b820cb53f150af78cd4a7a055a2b273b.tar.bz2 historical-ae7a0193b820cb53f150af78cd4a7a055a2b273b.zip |
Stable on amd64
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/boehm-gc/boehm-gc-6.4.ebuild')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-6.4.ebuild b/dev-libs/boehm-gc/boehm-gc-6.4.ebuild index 8854008b964d..9dbd75de12e2 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.4.ebuild,v 1.4 2005/06/05 11:59:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.4.ebuild,v 1.5 2005/06/09 14:27:45 sekretarz Exp $ MY_P=gc${PV/_/} S=${WORKDIR}/${MY_P} @@ -11,7 +11,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="c++" RDEPEND="virtual/libc" |