diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2006-06-23 13:26:35 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2006-06-23 13:26:35 +0000 |
commit | fce8e9a4ba2689e8e2b2a226c7d4fd6ee07645aa (patch) | |
tree | e0a55952de01b367c8b7a3b1fc8dd17ba5418db7 /dev-ruby | |
parent | Version bump upstream (diff) | |
download | gentoo-2-fce8e9a4ba2689e8e2b2a226c7d4fd6ee07645aa.tar.gz gentoo-2-fce8e9a4ba2689e8e2b2a226c7d4fd6ee07645aa.tar.bz2 gentoo-2-fce8e9a4ba2689e8e2b2a226c7d4fd6ee07645aa.zip |
mark ~x86 for testing
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild index 5b0386560f17..3e042ba8e216 100644 --- a/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild +++ b/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.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-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild,v 1.1 2006/06/22 13:38:53 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild,v 1.2 2006/06/23 13:26:35 mattm Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/10081/ruby-oci8-${PV}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~x86 ~amd64" IUSE="" USE_RUBY="ruby18 ruby19" |