diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-07-20 07:49:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-07-20 08:14:59 +0200 |
commit | a181b3947ce3b8a0b47fc2e43049549f33509af9 (patch) | |
tree | bea012fce57936bd07fa8adadf26a47c8eeb96df /dev-ruby/image_processing | |
parent | sys-kernel/git-sources: Automated version bump to 5.8_rc6. (diff) | |
download | gentoo-a181b3947ce3b8a0b47fc2e43049549f33509af9.tar.gz gentoo-a181b3947ce3b8a0b47fc2e43049549f33509af9.tar.bz2 gentoo-a181b3947ce3b8a0b47fc2e43049549f33509af9.zip |
dev-ruby/image_processing: move ~x86 forward
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/image_processing')
-rw-r--r-- | dev-ruby/image_processing/image_processing-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/image_processing/image_processing-1.11.0.ebuild b/dev-ruby/image_processing/image_processing-1.11.0.ebuild index 80e6c6be3000..04f40b5f8a59 100644 --- a/dev-ruby/image_processing/image_processing-1.11.0.ebuild +++ b/dev-ruby/image_processing/image_processing-1.11.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )" |