diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:45:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:45:01 +0000 |
commit | 2cfdc2dd227f88472846b460ded3260f38d8a18e (patch) | |
tree | 772f2a4a0933cbdd9c7293777e1c82dc04e46c27 /dev-libs/boehm-gc | |
parent | Version bump from upstream (diff) | |
download | gentoo-2-2cfdc2dd227f88472846b460ded3260f38d8a18e.tar.gz gentoo-2-2cfdc2dd227f88472846b460ded3260f38d8a18e.tar.bz2 gentoo-2-2cfdc2dd227f88472846b460ded3260f38d8a18e.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
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.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index d95e371a75ec..9fbbf840339f 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.47 2005/12/24 16:31:29 killerfox Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.48 2006/02/06 19:42:26 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> boehm-gc-6.5.ebuild: + stable on amd64 24 Dec 2005; Rene Nussbaumer <killerfox@gentoo.org> boehm-gc-6.5.ebuild: Stable on hppa. diff --git a/dev-libs/boehm-gc/boehm-gc-6.5.ebuild b/dev-libs/boehm-gc/boehm-gc-6.5.ebuild index a106c8ae11b9..19e1fa4fe8a7 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.5.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.5.ebuild,v 1.9 2005/12/24 16:31:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.5.ebuild,v 1.10 2006/02/06 19:42:26 blubb 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 ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc-macos ppc64 sparc x86" IUSE="nocxx threads" RDEPEND="virtual/libc" |