diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2008-01-15 23:43:44 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2008-01-15 23:43:44 +0000 |
commit | 35311c39be69260fbdfcb9cefe2d13164959e5c9 (patch) | |
tree | 8e8ff911b7d9a0f97d2d54ca9fca673054d331b0 /dev-ruby/ruby-postgres | |
parent | Initial import. (diff) | |
download | gentoo-2-35311c39be69260fbdfcb9cefe2d13164959e5c9.tar.gz gentoo-2-35311c39be69260fbdfcb9cefe2d13164959e5c9.tar.bz2 gentoo-2-35311c39be69260fbdfcb9cefe2d13164959e5c9.zip |
Dropped mips keywords because postgres is broken on mips, as advised by Redhatter. This also paves the way for the fix in bug #202688.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index 33249b0d46d6..9f9cfbf0555e 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.16 2007/11/13 18:42:38 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.17 2008/01/15 23:43:44 nichoj Exp $ + + 09 Jan 2008; <nichoj@gentoo.org> ruby-postgres-0.7.1.ebuild: + Dropped mips keywords because postgres is broken on mips, as advised by + Redhatter. This also paves the way for the fix in bug #202688. 13 Nov 2007; Raúl Porcel <armin76@gentoo.org> ruby-postgres-0.7.1.20060406.ebuild: 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 d02a0aea0557..7f86e1563e5f 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-2006 Gentoo Foundation +# 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.13 2006/11/01 18:00:53 flameeyes Exp $ +# $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 $ inherit ruby @@ -9,7 +9,7 @@ HOMEPAGE="http://ruby.scripting.ca/postgres" SRC_URI="http://ruby.scripting.ca/postgres/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" DEPEND=">=dev-db/libpq-6.4" |