diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-09-02 17:57:05 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-09-02 17:57:05 +0000 |
commit | 41e86258931cfb03866e6b939518c7a9b7fa6a01 (patch) | |
tree | d3872117c7c0b7613be8905671ab6e08ea5314b9 /dev-libs/boehm-gc | |
parent | stable on amd64 (diff) | |
download | gentoo-2-41e86258931cfb03866e6b939518c7a9b7fa6a01.tar.gz gentoo-2-41e86258931cfb03866e6b939518c7a9b7fa6a01.tar.bz2 gentoo-2-41e86258931cfb03866e6b939518c7a9b7fa6a01.zip |
stable on amd64
(Portage version: 2.1.1_rc1)
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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index cca55149935a..3ad13bac5b99 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.53 2006/09/02 14:41:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.54 2006/09/02 17:57:05 blubb Exp $ + + 02 Sep 2006; <blubb@gentoo.org> boehm-gc-6.7.ebuild: + stable on amd64 02 Sep 2006; Markus Rothe <corsair@gentoo.org> boehm-gc-6.7.ebuild: Stable on ppc64; bug #145987 diff --git a/dev-libs/boehm-gc/boehm-gc-6.7.ebuild b/dev-libs/boehm-gc/boehm-gc-6.7.ebuild index f7c83400f3e4..0b987bff653f 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.7.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.7.ebuild @@ -1,6 +1,6 @@ # 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.7.ebuild,v 1.5 2006/09/02 14:41:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.7.ebuild,v 1.6 2006/09/02 17:57:05 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" |