summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-19 08:30:05 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-19 08:30:05 +0000
commitb87587de86f00e4bdac60820c8d5592434e7d3a1 (patch)
tree3a856086637e781fdc23c0da2839a0c15fa64a2f /dev-libs/boehm-gc
parentdid not compile with -O3 (Manifest recommit) (diff)
downloadgentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.tar.gz
gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.tar.bz2
gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.zip
Stable on amd64.
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r--dev-libs/boehm-gc/ChangeLog5
-rw-r--r--dev-libs/boehm-gc/boehm-gc-6.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog
index ae246f354a42..b6c7cd0fdbca 100644
--- a/dev-libs/boehm-gc/ChangeLog
+++ b/dev-libs/boehm-gc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/boehm-gc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.24 2004/10/14 12:10:33 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.25 2004/10/19 08:25:39 absinthe Exp $
+
+ 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> boehm-gc-6.3-r1.ebuild:
+ Stable on amd64.
14 Oct 2004; Guy Martin <gmsoft@gentoo.org> boehm-gc-6.3-r1.ebuild:
Stable on hppa.
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"