diff options
author | 2005-09-24 08:17:29 +0000 | |
---|---|---|
committer | 2005-09-24 08:17:29 +0000 | |
commit | 52e86c22a7eda0ab9c6d45875653920c31b56dff (patch) | |
tree | eef6fdd1b9ddb24853b4622f8cf262c496ea16ff /dev-libs/boehm-gc/boehm-gc-6.5.ebuild | |
parent | Stable on ppc64 (diff) | |
download | historical-52e86c22a7eda0ab9c6d45875653920c31b56dff.tar.gz historical-52e86c22a7eda0ab9c6d45875653920c31b56dff.tar.bz2 historical-52e86c22a7eda0ab9c6d45875653920c31b56dff.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/boehm-gc/boehm-gc-6.5.ebuild')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-6.5.ebuild b/dev-libs/boehm-gc/boehm-gc-6.5.ebuild index 69c019da176c..a016f1ce2ba8 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 # 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.4 2005/09/23 15:23:07 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.5.ebuild,v 1.5 2005/09/24 08:16:51 corsair 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" |