diff options
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 | 4 |
1 files changed, 2 insertions, 2 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 7f86e1563e5f..0ea950516f11 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-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.14 2008/01/15 23:43:44 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.15 2008/05/19 19:54:29 dev-zero Exp $ inherit ruby @@ -12,4 +12,4 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" -DEPEND=">=dev-db/libpq-6.4" +DEPEND="virtual/postgresql-base" |