summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-07-24 09:58:49 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-07-24 09:58:49 +0000
commit6a0c0fb479e34f7400a069178c8786edeb987823 (patch)
tree83fffa9a0de365ee579109321a2466054b35d5a5 /dev-ruby/actionpack
parentMarked ~ppc/~ppc64 wrt #351835 (diff)
downloadgentoo-2-6a0c0fb479e34f7400a069178c8786edeb987823.tar.gz
gentoo-2-6a0c0fb479e34f7400a069178c8786edeb987823.tar.bz2
gentoo-2-6a0c0fb479e34f7400a069178c8786edeb987823.zip
Marked ~ppc/~ppc64 wrt #351835
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-3.0.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 55c715916a3c..baf533ccdacc 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.183 2011/07/23 13:13:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.184 2011/07/24 09:58:49 xarthisius Exp $
+
+ 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> actionpack-3.0.9.ebuild:
+ Marked ~ppc/~ppc64 wrt #351835
23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> actionpack-2.3.12.ebuild:
ppc/ppc64 stable wrt #372391
diff --git a/dev-ruby/actionpack/actionpack-3.0.9.ebuild b/dev-ruby/actionpack/actionpack-3.0.9.ebuild
index 1df366d5aff8..20dbca6b2640 100644
--- a/dev-ruby/actionpack/actionpack-3.0.9.ebuild
+++ b/dev-ruby/actionpack/actionpack-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/actionpack/actionpack-3.0.9.ebuild,v 1.2 2011/07/23 07:34:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.9.ebuild,v 1.3 2011/07/24 09:58:49 xarthisius Exp $
EAPI=2
@@ -23,7 +23,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/actionpack"