diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:15:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:15:10 +0000 |
commit | a379c1e90a3462493f64f2fe0470e6fb0042d514 (patch) | |
tree | a41559ec1f868898747c15e6a8fdea638bab32bf /dev-ruby/ruby-postgres | |
parent | sync IUSE (+mad), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-a379c1e90a3462493f64f2fe0470e6fb0042d514.tar.gz gentoo-2-a379c1e90a3462493f64f2fe0470e6fb0042d514.tar.bz2 gentoo-2-a379c1e90a3462493f64f2fe0470e6fb0042d514.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 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 9890a4491c80..4a4a8b964a34 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-2004 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.4 2004/06/25 02:02:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.5 2004/07/14 22:14:51 agriffis Exp $ DESCRIPTION="An extension library to access a PostgreSQL database from Ruby" HOMEPAGE="http://www.postgresql.jp/interfaces/ruby/" @@ -8,6 +8,7 @@ SRC_URI="http://www.postgresql.jp/interfaces/ruby/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="alpha hppa mips ppc sparc x86" +IUSE="" DEPEND=">=dev-lang/ruby-1.3.4 >=dev-db/postgresql-6.4" |