diff options
author | 2008-06-25 06:32:42 +0000 | |
---|---|---|
committer | 2008-06-25 06:32:42 +0000 | |
commit | f3fa43f5ff6c54e32bae235dbb8b5f438755e15f (patch) | |
tree | 7f59ed0c093a0b859ca46b241bed9b498b92911a /dev-ruby/extensions/extensions-0.6.0.ebuild | |
parent | Fixed bug #229297, and checked for any wxpython use flag issues. (diff) | |
download | historical-f3fa43f5ff6c54e32bae235dbb8b5f438755e15f.tar.gz historical-f3fa43f5ff6c54e32bae235dbb8b5f438755e15f.tar.bz2 historical-f3fa43f5ff6c54e32bae235dbb8b5f438755e15f.zip |
Add ~amd64; #228339
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-ruby/extensions/extensions-0.6.0.ebuild')
-rw-r--r-- | dev-ruby/extensions/extensions-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/extensions/extensions-0.6.0.ebuild b/dev-ruby/extensions/extensions-0.6.0.ebuild index 32f03e48326a..bb6025100c83 100644 --- a/dev-ruby/extensions/extensions-0.6.0.ebuild +++ b/dev-ruby/extensions/extensions-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/extensions/extensions-0.6.0.ebuild,v 1.6 2007/10/14 04:23:56 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/extensions/extensions-0.6.0.ebuild,v 1.7 2008/06/25 06:32:42 cla Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="ia64 ppc64 x86" +KEYWORDS="~amd64 ia64 ppc64 x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2" |