diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-31 13:31:13 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-31 13:31:13 +0000 |
commit | 4f10af5eaac44f1f6036eb72dce5e630c0efb2ca (patch) | |
tree | a154e8a4d45640a1b4caf3df06af38d3697b5a7b /dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild | |
parent | Remove old dev-lang/ghc packages (diff) | |
download | gentoo-2-4f10af5eaac44f1f6036eb72dce5e630c0efb2ca.tar.gz gentoo-2-4f10af5eaac44f1f6036eb72dce5e630c0efb2ca.tar.bz2 gentoo-2-4f10af5eaac44f1f6036eb72dce5e630c0efb2ca.zip |
Keywording for ppc.
Bug 283229.
(Portage version: 14478-svn/cvs/Linux ppc)
Diffstat (limited to 'dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild')
-rw-r--r-- | dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild index d81e85e66fe8..342d0f117615 100644 --- a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild +++ b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.2 2009/09/24 14:13:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.3 2009/10/31 13:31:13 volkmar Exp $ inherit "ruby" @@ -10,7 +10,7 @@ SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="test" DEPEND="virtual/ruby" |