diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 19:54:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 19:54:08 +0000 |
commit | 02e18185df0507487b5e667b53fa15e092ee5a32 (patch) | |
tree | dd645881f903c968a76552bf7958e65223fe92e5 /dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | |
parent | Mark 1.11 stable on alpha (diff) | |
download | historical-02e18185df0507487b5e667b53fa15e092ee5a32.tar.gz historical-02e18185df0507487b5e667b53fa15e092ee5a32.tar.bz2 historical-02e18185df0507487b5e667b53fa15e092ee5a32.zip |
Mark 0.7.1 stable on ia64
Package-Manager: portage-2.1_pre4-r1
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 d24ce96e6fdb..1c364b698b4c 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.8 2005/12/20 17:32:46 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.9 2006/01/31 19:54:08 agriffis Exp $ DESCRIPTION="An extension library to access a PostgreSQL database from Ruby" HOMEPAGE="http://www.postgresql.jp/interfaces/ruby/" SRC_URI="http://www.postgresql.jp/interfaces/ruby/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~ia64 mips ppc sparc x86" +KEYWORDS="alpha ~amd64 hppa ia64 mips ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.3.4 >=dev-db/postgresql-6.4" |