diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-03 19:19:20 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-03 19:23:30 +0000 |
commit | 71df07d7d2a2053966f78ff9bd34d686b0c7ef57 (patch) | |
tree | 6e884a3044a3bdbdbdc316cff66f21433b1c50f0 /dev-ruby/mimemagic | |
parent | app-forensics/afl: EAPI 7 and dep change for clang. (diff) | |
download | gentoo-71df07d7d2a2053966f78ff9bd34d686b0c7ef57.tar.gz gentoo-71df07d7d2a2053966f78ff9bd34d686b0c7ef57.tar.bz2 gentoo-71df07d7d2a2053966f78ff9bd34d686b0c7ef57.zip |
dev-ruby/mimemagic: keyworded 0.3.2 for ppc, bug #654790
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.53, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-ruby/mimemagic')
-rw-r--r-- | dev-ruby/mimemagic/mimemagic-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild index cae92781843a..0509dd0afdc0 100644 --- a/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild +++ b/dev-ruby/mimemagic/mimemagic-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/minad/mimemagic" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon )" |