diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 14:15:27 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-23 14:15:27 +0000 |
commit | ddec31403748c3cd2b5495743dfb23beede3a1c8 (patch) | |
tree | 5b7a6325991c928070a82e234903335a6629422a /dev-ruby/ruby-postgres | |
parent | ppc/ppc64 stable wrt #375435 (diff) | |
download | gentoo-2-ddec31403748c3cd2b5495743dfb23beede3a1c8.tar.gz gentoo-2-ddec31403748c3cd2b5495743dfb23beede3a1c8.tar.bz2 gentoo-2-ddec31403748c3cd2b5495743dfb23beede3a1c8.zip |
ppc/ppc64 stable wrt #375443
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
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.9.20080128-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index e67726903e2e..a8528f5bbbf1 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-postgres # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.37 2011/07/21 10:37:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.38 2011/07/23 14:15:27 xarthisius Exp $ + + 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + ruby-postgres-0.7.9.20080128-r2.ebuild: + ppc/ppc64 stable wrt #375443 21 Jul 2011; Markus Meier <maekke@gentoo.org> ruby-postgres-0.7.9.20080128-r2.ebuild: diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r2.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r2.ebuild index 32dafdcf275d..4fdd5a6963b3 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r2.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.9.20080128-r2.ebuild,v 1.3 2011/07/21 10:37:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r2.ebuild,v 1.4 2011/07/23 14:15:27 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -26,7 +26,7 @@ HOMEPAGE="http://ruby.scripting.ca/postgres" SRC_URI="mirror://rubygems/${MY_P}.gem" LICENSE="GPL-2 Ruby" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="${RDEPEND} dev-db/postgresql-base" |