diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2008-01-15 23:43:44 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2008-01-15 23:43:44 +0000 |
commit | f1ad044a5911c58dd1951d3f2ee2d73417bf6fa6 (patch) | |
tree | 1762469ad2765edda155c0d9e183f6b995097132 /dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | |
parent | Initial import. (diff) | |
download | historical-f1ad044a5911c58dd1951d3f2ee2d73417bf6fa6.tar.gz historical-f1ad044a5911c58dd1951d3f2ee2d73417bf6fa6.tar.bz2 historical-f1ad044a5911c58dd1951d3f2ee2d73417bf6fa6.zip |
Dropped mips keywords because postgres is broken on mips, as advised by Redhatter. This also paves the way for the fix in bug #202688.
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild')
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild index d02a0aea0557..7f86e1563e5f 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.13 2006/11/01 18:00:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.14 2008/01/15 23:43:44 nichoj Exp $ inherit ruby @@ -9,7 +9,7 @@ HOMEPAGE="http://ruby.scripting.ca/postgres" SRC_URI="http://ruby.scripting.ca/postgres/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" DEPEND=">=dev-db/libpq-6.4" |