diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:30:05 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:30:05 +0000 |
commit | b87587de86f00e4bdac60820c8d5592434e7d3a1 (patch) | |
tree | 3a856086637e781fdc23c0da2839a0c15fa64a2f /dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild | |
parent | did not compile with -O3 (Manifest recommit) (diff) | |
download | gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.tar.gz gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.tar.bz2 gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.zip |
Stable on amd64.
Diffstat (limited to 'dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild b/dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild index fe02ef7e8181..1520e561c5b6 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.3-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.3-r1.ebuild,v 1.5 2004/10/14 12:10:33 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild,v 1.6 2004/10/19 08:25:39 absinthe 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="x86 ~sparc alpha ppc ~amd64 hppa ~macos ~ppc64 ppc-macos ~ia64" +KEYWORDS="x86 ~sparc alpha ppc amd64 hppa ~macos ~ppc64 ppc-macos ~ia64" IUSE="c++" RDEPEND="virtual/libc" |