diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:53:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:53:01 +0000 |
commit | f74ee5f8d728ce7d9afd127e75e52385250a3551 (patch) | |
tree | 31aa694078d48fd896aaca3e6d5fdd8d839db4a9 /dev-libs/boehm-gc | |
parent | forgot openhbci-plugin-ddvcard in openhbci mask (diff) | |
download | historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.tar.gz historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.tar.bz2 historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.zip |
stable amd64
Package-Manager: portage-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" |