diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-03 10:05:36 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-03 10:05:36 +0000 |
commit | 3c6d43486b4320c932b962da00400cc6f0a952f2 (patch) | |
tree | 0b6a7c0f8aeac9a2d90272a5c8fd29700ecf1259 /dev-libs/boehm-gc | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-3c6d43486b4320c932b962da00400cc6f0a952f2.tar.gz gentoo-2-3c6d43486b4320c932b962da00400cc6f0a952f2.tar.bz2 gentoo-2-3c6d43486b4320c932b962da00400cc6f0a952f2.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index fcdfb13ee16c..7b4318e928d7 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.35 2005/06/22 16:42:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.36 2005/07/03 10:03:16 kloeri Exp $ + + 03 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> boehm-gc-6.4.ebuild: + Stable on alpha. 22 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> boehm-gc-6.4.ebuild: Stable on sparc diff --git a/dev-libs/boehm-gc/boehm-gc-6.4.ebuild b/dev-libs/boehm-gc/boehm-gc-6.4.ebuild index 28cdcea49b32..1e6588c8dc9f 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.8 2005/06/22 16:42:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.4.ebuild,v 1.9 2005/07/03 10:03:16 kloeri 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" |