diff options
author | 2007-02-01 06:57:08 +0000 | |
---|---|---|
committer | 2007-02-01 06:57:08 +0000 | |
commit | a14ef685f1ee8f32b711ed60d580759564fe6023 (patch) | |
tree | e2161db5b494c47e61134a8a19eb23e0236e886e /dev-ruby/fastthread/fastthread-0.6.3.ebuild | |
parent | finally fix the dir file compression (diff) | |
download | gentoo-2-a14ef685f1ee8f32b711ed60d580759564fe6023.tar.gz gentoo-2-a14ef685f1ee8f32b711ed60d580759564fe6023.tar.bz2 gentoo-2-a14ef685f1ee8f32b711ed60d580759564fe6023.zip |
Added ~ppc64; bug #164242
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-ruby/fastthread/fastthread-0.6.3.ebuild')
-rw-r--r-- | dev-ruby/fastthread/fastthread-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/fastthread/fastthread-0.6.3.ebuild b/dev-ruby/fastthread/fastthread-0.6.3.ebuild index 8e67111627ce..eb5d19ad6ce0 100644 --- a/dev-ruby/fastthread/fastthread-0.6.3.ebuild +++ b/dev-ruby/fastthread/fastthread-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-0.6.3.ebuild,v 1.1 2007/02/01 05:51:24 pingu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-0.6.3.ebuild,v 1.2 2007/02/01 06:57:08 corsair Exp $ inherit ruby gems @@ -12,5 +12,5 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" |