summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-07-22 16:51:48 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-07-22 16:51:48 +0000
commit0afaf64c6038b0940220693c9e353c5ba05f1031 (patch)
tree40e938b8a9c3f689be8ac1fd847aa518bcfe46d1 /dev-ruby
parentKeyworded on alpha, bug #501152 (diff)
downloadgentoo-2-0afaf64c6038b0940220693c9e353c5ba05f1031.tar.gz
gentoo-2-0afaf64c6038b0940220693c9e353c5ba05f1031.tar.bz2
gentoo-2-0afaf64c6038b0940220693c9e353c5ba05f1031.zip
Keyworded on alpha, bug #501152
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activesupport/ChangeLog6
-rw-r--r--dev-ruby/activesupport/activesupport-4.1.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 88c455afe9e4..6a3f26441132 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.264 2014/07/12 07:03:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.265 2014/07/22 16:51:48 klausman Exp $
+
+ 22 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
+ activesupport-4.1.4.ebuild:
+ Keyworded on alpha, bug #501152
12 Jul 2014; Hans de Graaff <graaff@gentoo.org> -activesupport-3.2.18.ebuild,
-activesupport-4.0.5.ebuild, -activesupport-4.0.6.ebuild,
diff --git a/dev-ruby/activesupport/activesupport-4.1.4.ebuild b/dev-ruby/activesupport/activesupport-4.1.4.ebuild
index c2fb29ed2fbe..f7c547c469c8 100644
--- a/dev-ruby/activesupport/activesupport-4.1.4.ebuild
+++ b/dev-ruby/activesupport/activesupport-4.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.1.4.ebuild,v 1.1 2014/07/03 06:19:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.1.4.ebuild,v 1.2 2014/07/22 16:51:48 klausman Exp $
EAPI=5
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
IUSE=""
RUBY_S="rails-${PV}/${PN}"