diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-24 09:50:52 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-24 09:50:52 +0000 |
commit | 4e31a5976c3038609c930544f761d9053cb60283 (patch) | |
tree | a9b114e9266331d74d7a2d5f036070d1c6263130 /dev-ruby/activesupport | |
parent | Marked ~ppc/~ppc64 wrt #351835 (diff) | |
download | gentoo-2-4e31a5976c3038609c930544f761d9053cb60283.tar.gz gentoo-2-4e31a5976c3038609c930544f761d9053cb60283.tar.bz2 gentoo-2-4e31a5976c3038609c930544f761d9053cb60283.zip |
Marked ~ppc/~ppc64 wrt #351835
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 4b08e3238bf3..f6d16f6a8788 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.144 2011/07/23 13:12:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.145 2011/07/24 09:50:52 xarthisius Exp $ + + 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + activesupport-3.0.9.ebuild: + Marked ~ppc/~ppc64 wrt #351835 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> activesupport-2.3.12.ebuild: diff --git a/dev-ruby/activesupport/activesupport-3.0.9.ebuild b/dev-ruby/activesupport/activesupport-3.0.9.ebuild index e7f54adf3275..a1213cecc6a0 100644 --- a/dev-ruby/activesupport/activesupport-3.0.9.ebuild +++ b/dev-ruby/activesupport/activesupport-3.0.9.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/activesupport/activesupport-3.0.9.ebuild,v 1.1 2011/07/04 09:31:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.9.ebuild,v 1.2 2011/07/24 09:50:52 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" LICENSE="MIT" SLOT="3.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/rails-rails-*/${PN}" |