summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2012-02-06 18:45:13 +0000
committerBrent Baude <ranger@gentoo.org>2012-02-06 18:45:13 +0000
commitf4ce843defc5c2a3df5285be6a04e910a12a8365 (patch)
tree257954bf3ae2e4692f9bd4ef5ece4b61f617393a /dev-ruby/activemodel
parentMarking activeresource-3.1.3 ~ppc for bug 396177 (diff)
downloadgentoo-2-f4ce843defc5c2a3df5285be6a04e910a12a8365.tar.gz
gentoo-2-f4ce843defc5c2a3df5285be6a04e910a12a8365.tar.bz2
gentoo-2-f4ce843defc5c2a3df5285be6a04e910a12a8365.zip
Marking activemodel-3.1.3 ~ppc for bug 396177
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/activemodel')
-rw-r--r--dev-ruby/activemodel/ChangeLog7
-rw-r--r--dev-ruby/activemodel/activemodel-3.1.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog
index 1cb0d8c2053b..7bbe65ff9a52 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.20 2011/12/31 20:57:22 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.21 2012/02/06 18:45:13 ranger Exp $
+
+ 06 Feb 2012; Brent Baude <ranger@gentoo.org> activemodel-3.1.3.ebuild:
+ Marking activemodel-3.1.3 ~ppc for bug 396177
31 Dec 2011; Fabian Groffen <grobian@gentoo.org> activemodel-3.1.3.ebuild:
Add Prefix keywords, bug #396547
diff --git a/dev-ruby/activemodel/activemodel-3.1.3.ebuild b/dev-ruby/activemodel/activemodel-3.1.3.ebuild
index 35fb3e5e3970..1a39d33513b4 100644
--- a/dev-ruby/activemodel/activemodel-3.1.3.ebuild
+++ b/dev-ruby/activemodel/activemodel-3.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.4 2011/12/31 20:57:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.5 2012/02/06 18:45:13 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-*/activemodel"