summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-07-24 09:51:33 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-07-24 09:51:33 +0000
commit296118b00ce5de22fb423d58af7803fa0c8f1ad9 (patch)
treef6fee2707ccd8ddc4c6c1e8d8fa9e6875e308208 /dev-ruby/activemodel
parentMarked ~ppc/~ppc64 wrt #351835 (diff)
downloadgentoo-2-296118b00ce5de22fb423d58af7803fa0c8f1ad9.tar.gz
gentoo-2-296118b00ce5de22fb423d58af7803fa0c8f1ad9.tar.bz2
gentoo-2-296118b00ce5de22fb423d58af7803fa0c8f1ad9.zip
Marked ~ppc/~ppc64 wrt #351835
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activemodel')
-rw-r--r--dev-ruby/activemodel/ChangeLog5
-rw-r--r--dev-ruby/activemodel/activemodel-3.0.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog
index 07849816896c..12be29ede254 100644
--- a/dev-ruby/activemodel/ChangeLog
+++ b/dev-ruby/activemodel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activemodel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.10 2011/07/04 09:32:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.11 2011/07/24 09:51:33 xarthisius Exp $
+
+ 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> activemodel-3.0.9.ebuild:
+ Marked ~ppc/~ppc64 wrt #351835
*activemodel-3.0.9 (04 Jul 2011)
diff --git a/dev-ruby/activemodel/activemodel-3.0.9.ebuild b/dev-ruby/activemodel/activemodel-3.0.9.ebuild
index 204fcf5e5ea9..6fe0b08c547e 100644
--- a/dev-ruby/activemodel/activemodel-3.0.9.ebuild
+++ b/dev-ruby/activemodel/activemodel-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/activemodel/activemodel-3.0.9.ebuild,v 1.1 2011/07/04 09:32:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.9.ebuild,v 1.2 2011/07/24 09:51:33 xarthisius Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -19,7 +19,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-*/activemodel"