diff options
author | 2023-01-31 04:03:42 +0000 | |
---|---|---|
committer | 2023-01-31 04:03:55 +0000 | |
commit | 341a07052bd56a06ff72621d408d23d0534b4bd8 (patch) | |
tree | b6e588a54cc67350f5f05db3df8888c52f90fae7 /dev-php | |
parent | dev-util/pwntools: regenerate Manifest (victim of gh tarball instability window) (diff) | |
download | gentoo-341a07052bd56a06ff72621d408d23d0534b4bd8.tar.gz gentoo-341a07052bd56a06ff72621d408d23d0534b4bd8.tar.bz2 gentoo-341a07052bd56a06ff72621d408d23d0534b4bd8.zip |
dev-php/pecl-imagick: Stabilize 3.7.0-r1 x86, #891579
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild index 8f23fe654a7b..a4adcd199914 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -8,7 +8,7 @@ USE_PHP="php7-4 php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" DESCRIPTION="PHP wrapper for the ImageMagick library" HOMEPAGE="https://pecl.php.net/package/imagick https://github.com/Imagick/imagick" |