diff options
author | Sam James <sam@gentoo.org> | 2023-09-24 01:28:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-24 01:28:04 +0100 |
commit | c11d31691ed9311d74254d2f82e765cdd39e8ed5 (patch) | |
tree | 4563fb7b494f6b10de850be028df005464078bf3 /media-gfx | |
parent | media-gfx/imagemagick: Stabilize 7.1.1.11 amd64, #907993 (diff) | |
download | gentoo-c11d31691ed9311d74254d2f82e765cdd39e8ed5.tar.gz gentoo-c11d31691ed9311d74254d2f82e765cdd39e8ed5.tar.bz2 gentoo-c11d31691ed9311d74254d2f82e765cdd39e8ed5.zip |
media-gfx/imagemagick: Stabilize 7.1.1.11 x86, #907993
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/imagemagick/imagemagick-7.1.1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/imagemagick/imagemagick-7.1.1.11.ebuild b/media-gfx/imagemagick/imagemagick-7.1.1.11.ebuild index 6c35215d2371..f19f905ecb82 100644 --- a/media-gfx/imagemagick/imagemagick-7.1.1.11.ebuild +++ b/media-gfx/imagemagick/imagemagick-7.1.1.11.ebuild @@ -14,7 +14,7 @@ else MY_PV="$(ver_rs 3 '-')" MY_P="ImageMagick-${MY_PV}" SRC_URI="mirror://imagemagick/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}/${MY_P}" |