summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2012-03-11 14:10:37 +0000
committerBrent Baude <ranger@gentoo.org>2012-03-11 14:10:37 +0000
commit88168bdc919cfc0a74ad32e61550b4e399e24fa0 (patch)
treecd812940250fb9fc0dff4219e3d35be07c40128a /dev-ruby
parentMarking activerecord-3.1.3 ~ppc64 for bug 396547 (diff)
downloadgentoo-2-88168bdc919cfc0a74ad32e61550b4e399e24fa0.tar.gz
gentoo-2-88168bdc919cfc0a74ad32e61550b4e399e24fa0.tar.bz2
gentoo-2-88168bdc919cfc0a74ad32e61550b4e399e24fa0.zip
Marking actionpack-3.1.3 ~ppc64 for bug 396547
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionpack/ChangeLog7
-rw-r--r--dev-ruby/actionpack/actionpack-3.1.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 0bf6bd55e906..483797939e77 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.198 2011/12/31 21:38:55 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.199 2012/03/11 14:10:37 ranger Exp $
+
+ 11 Mar 2012; Brent Baude <ranger@gentoo.org> actionpack-3.1.3.ebuild:
+ Marking actionpack-3.1.3 ~ppc64 for bug 396547
31 Dec 2011; Fabian Groffen <grobian@gentoo.org> actionpack-3.1.3.ebuild:
Add Prefix keywords, bug #396547
diff --git a/dev-ruby/actionpack/actionpack-3.1.3.ebuild b/dev-ruby/actionpack/actionpack-3.1.3.ebuild
index dfb6aea3d8ba..3f373cc48055 100644
--- a/dev-ruby/actionpack/actionpack-3.1.3.ebuild
+++ b/dev-ruby/actionpack/actionpack-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/actionpack/actionpack-3.1.3.ebuild,v 1.2 2011/12/31 21:38:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.1.3.ebuild,v 1.3 2012/03/11 14:10:37 ranger Exp $
EAPI=4
@@ -23,7 +23,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.1"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RUBY_S="rails-rails-*/actionpack"