diff options
Diffstat (limited to 'dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild')
-rw-r--r-- | dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild b/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild index bc7224e22e12..d78bc3bc77a7 100644 --- a/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild +++ b/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.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/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild,v 1.7 2006/05/11 13:15:43 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.1.0.ebuild,v 1.8 2006/06/06 16:52:20 blubb Exp $ inherit ruby gems @@ -12,7 +12,7 @@ LICENSE="BSD" # change the filename on the end, it still downloads the same file. SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" -KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" SLOT="0" IUSE="" |