diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-11-13 18:42:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-11-13 18:42:38 +0000 |
commit | 9d3c75830ca81b443cbb96a04489686eb59050f1 (patch) | |
tree | ee1e7cca6ce98d7f085798fe2ce585deee08b747 /dev-ruby/ruby-postgres | |
parent | Added ~ppc64; bug #198864 (diff) | |
download | gentoo-2-9d3c75830ca81b443cbb96a04489686eb59050f1.tar.gz gentoo-2-9d3c75830ca81b443cbb96a04489686eb59050f1.tar.bz2 gentoo-2-9d3c75830ca81b443cbb96a04489686eb59050f1.zip |
Add ~alpha
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index fdd67cf1c7d0..33249b0d46d6 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-postgres # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.15 2007/07/13 23:05:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.16 2007/11/13 18:42:38 armin76 Exp $ + + 13 Nov 2007; Raúl Porcel <armin76@gentoo.org> + ruby-postgres-0.7.1.20060406.ebuild: + Add ~alpha *ruby-postgres-0.7.1.20060406 (13 Jul 2007) diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild index a1fbc9876f94..8f62dbdd0afc 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.20060406.ebuild,v 1.1 2007/07/13 23:05:56 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild,v 1.2 2007/11/13 18:42:38 armin76 Exp $ inherit ruby gems versionator @@ -16,7 +16,7 @@ HOMEPAGE="http://ruby.scripting.ca/postgres" SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" |