Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-imagick/
Date: Tue, 31 Jan 2023 04:04:19
Message-Id: 1675137835.341a07052bd56a06ff72621d408d23d0534b4bd8.sam@gentoo
1 commit: 341a07052bd56a06ff72621d408d23d0534b4bd8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 04:03:42 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 04:03:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341a0705
7
8 dev-php/pecl-imagick: Stabilize 3.7.0-r1 x86, #891579
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 8f23fe654a7b..a4adcd199914 100644
17 --- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild
18 +++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="8"
25 @@ -8,7 +8,7 @@ USE_PHP="php7-4 php8-0 php8-1 php8-2"
26
27 inherit php-ext-pecl-r3
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 x86"
31
32 DESCRIPTION="PHP wrapper for the ImageMagick library"
33 HOMEPAGE="https://pecl.php.net/package/imagick https://github.com/Imagick/imagick"