diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-06 18:44:32 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-06 18:44:32 +0000 |
commit | da3858d4b98365cc4aa4db25fbe6f8adce29d88f (patch) | |
tree | ba62e8de22f3b2ef272c5ba8257ac0e4d6cc785e /dev-ruby | |
parent | Marking gnu-netcat-0.7.1-r3 ppc for bug 397127 (diff) | |
download | gentoo-2-da3858d4b98365cc4aa4db25fbe6f8adce29d88f.tar.gz gentoo-2-da3858d4b98365cc4aa4db25fbe6f8adce29d88f.tar.bz2 gentoo-2-da3858d4b98365cc4aa4db25fbe6f8adce29d88f.zip |
Marking activeresource-3.1.3 ~ppc for bug 396177
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-3.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index 1ff05fd587ac..bbf2be6ac1aa 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.102 2012/01/01 17:33:31 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.103 2012/02/06 18:44:32 ranger Exp $ + + 06 Feb 2012; Brent Baude <ranger@gentoo.org> activeresource-3.1.3.ebuild: + Marking activeresource-3.1.3 ~ppc for bug 396177 01 Jan 2012; Fabian Groffen <grobian@gentoo.org> activeresource-3.1.3.ebuild: Add missing Prefix keywords diff --git a/dev-ruby/activeresource/activeresource-3.1.3.ebuild b/dev-ruby/activeresource/activeresource-3.1.3.ebuild index b5114244c725..de714b474dc8 100644 --- a/dev-ruby/activeresource/activeresource-3.1.3.ebuild +++ b/dev-ruby/activeresource/activeresource-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.3 2012/01/01 17:33:31 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.4 2012/02/06 18:44:32 ranger Exp $ EAPI=4 @@ -20,7 +20,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_S="rails-rails-*/activeresource" |