Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/
Date: Wed, 28 Sep 2016 08:18:00
Message-Id: 1475050627.d87f9a3fde8e6bf3f1c579bf6b186c3ff62b9d70.klausman@gentoo
1 commit: d87f9a3fde8e6bf3f1c579bf6b186c3ff62b9d70
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 08:17:07 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 08:17:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87f9a3f
7
8 dev-ruby/activesupport-5.0.0.1-r0: keyworded for ~alpha
9
10 Gentoo-Bug: 592756
11
12 dev-ruby/activesupport/activesupport-5.0.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activesupport/activesupport-5.0.0.1.ebuild b/dev-ruby/activesupport/activesupport-5.0.0.1.ebuild
16 index 7158071..623ff2d 100644
17 --- a/dev-ruby/activesupport/activesupport-5.0.0.1.ebuild
18 +++ b/dev-ruby/activesupport/activesupport-5.0.0.1.ebuild
19 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
20
21 LICENSE="MIT"
22 SLOT="$(get_version_component_range 1-2)"
23 -KEYWORDS="~amd64 ~arm ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"