diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-03 19:21:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-03 19:23:32 +0000 |
commit | 3d117b02c3eae5bb3230c0380b4713c9a7e78f43 (patch) | |
tree | d718a0c69b0906588b04ee0a3d33c9a60db4a6b5 /dev-ruby | |
parent | dev-ruby/mimemagic: keyworded 0.3.3 for ppc, bug #654790 (diff) | |
download | gentoo-3d117b02c3eae5bb3230c0380b4713c9a7e78f43.tar.gz gentoo-3d117b02c3eae5bb3230c0380b4713c9a7e78f43.tar.bz2 gentoo-3d117b02c3eae5bb3230c0380b4713c9a7e78f43.zip |
dev-ruby/mini_magick: keyworded 4.9.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')
-rw-r--r-- | dev-ruby/mini_magick/mini_magick-4.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mini_magick/mini_magick-4.9.2.ebuild b/dev-ruby/mini_magick/mini_magick-4.9.2.ebuild index c08a0f9de12f..719b20c834f7 100644 --- a/dev-ruby/mini_magick/mini_magick-4.9.2.ebuild +++ b/dev-ruby/mini_magick/mini_magick-4.9.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=6 @@ -22,7 +22,7 @@ RUBY_S="minimagick-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" # It's only used at runtime in this case because this extension only |