Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/
Date: Tue, 09 Jan 2018 02:02:42
Message-Id: 1515455861.d69c52de70dcde8b85543135fd6fe8b2cb46ac04.whissi@gentoo
1 commit: d69c52de70dcde8b85543135fd6fe8b2cb46ac04
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 23:51:47 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 23:57:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69c52de
7
8 dev-ruby/semantic_puppet: x86 keyworded (bug #620236)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
16 index 71bb90658b2..02073321879 100644
17 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
18 +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"