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/mimemagic/
Date: Tue, 12 Jun 2018 11:37:19
Message-Id: 1528803001.cdf17f39abfd0f8c27550c6c97e26c9149e4d516.whissi@gentoo
1 commit: cdf17f39abfd0f8c27550c6c97e26c9149e4d516
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 11:30:01 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 11:30:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf17f39
7
8 dev-ruby/mimemagic: x86 keyworded (bug #654790)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/mimemagic/mimemagic-0.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
16 index 763ddea015a..afd105191c1 100644
17 --- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
18 +++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="~amd64 ~x86"
25 IUSE=""
26
27 ruby_add_bdepend "test? ( dev-ruby/bacon )"