diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-13 03:16:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-13 03:16:51 +0000 |
commit | 4d0e731ee18fb65d8e3bf6f97b7ab4d7059507bf (patch) | |
tree | 3b557a7059814b146f75a0810146cdc1ff7637a4 /dev-libs | |
parent | Mark 1.11.4 stable on ia64 (diff) | |
download | gentoo-2-4d0e731ee18fb65d8e3bf6f97b7ab4d7059507bf.tar.gz gentoo-2-4d0e731ee18fb65d8e3bf6f97b7ab4d7059507bf.tar.bz2 gentoo-2-4d0e731ee18fb65d8e3bf6f97b7ab4d7059507bf.zip |
Mark 6.7 stable on ia64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-libs')
-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 80f5b6aee098..13741a35a826 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.51 2006/06/27 15:18:02 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.52 2006/07/13 03:16:51 agriffis Exp $ + + 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> boehm-gc-6.7.ebuild: + Mark 6.7 stable on ia64 27 Jun 2006; Emanuele Giaquinta <exg@gentoo.org> boehm-gc-6.7.ebuild: Stable on ppc. diff --git a/dev-libs/boehm-gc/boehm-gc-6.7.ebuild b/dev-libs/boehm-gc/boehm-gc-6.7.ebuild index f0aaaec17345..40ecdb37ed7d 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.3 2006/06/27 15:18:02 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.7.ebuild,v 1.4 2006/07/13 03:16:51 agriffis 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" |