diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-17 04:27:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-17 04:27:05 +0000 |
commit | 79d66075b4612246503ea244c337fe853c3a6fa4 (patch) | |
tree | 195a3221bddb951e8ac09967453d39fcb078fd66 /dev-libs/boehm-gc | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-79d66075b4612246503ea244c337fe853c3a6fa4.tar.gz gentoo-2-79d66075b4612246503ea244c337fe853c3a6fa4.tar.bz2 gentoo-2-79d66075b4612246503ea244c337fe853c3a6fa4.zip |
Stable for HPPA too.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index ab94a130188f..7c267b3b0c60 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.67 2007/10/05 08:02:39 tgall Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.68 2008/01/17 04:27:05 jer Exp $ + + 17 Jan 2008; Jeroen Roovers <jer@gentoo.org> boehm-gc-6.8.ebuild: + Stable for HPPA too. 05 Oct 2007; Tom Gall <tgall@gentoo.org> boehm-gc-6.8.ebuild: stable on ppc64 diff --git a/dev-libs/boehm-gc/boehm-gc-6.8.ebuild b/dev-libs/boehm-gc/boehm-gc-6.8.ebuild index 51626cd1d989..61898cfce123 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.8.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.8.ebuild,v 1.7 2007/10/05 08:02:39 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.8.ebuild,v 1.8 2008/01/17 04:27:05 jer 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 ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="nocxx threads" RDEPEND="virtual/libc" |