diff options
Diffstat (limited to 'dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild')
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild index 5173dac95895..8345b31c493f 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild @@ -1,6 +1,6 @@ # 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.20051221-r1.ebuild,v 1.4 2008/02/29 16:00:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild,v 1.5 2008/05/19 19:54:29 dev-zero Exp $ inherit ruby gems @@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" -RDEPEND=">=dev-db/libpq-6.4" +RDEPEND="virtual/postgresql-base" DEPEND="${RDEPEND} >=dev-ruby/rubygems-0.9.0-r1" |