commit: 959452e23b378388dbb6ff9ab468f003cc5194f6 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Mar 17 01:19:07 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 01:44:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959452e2
dev-php/pecl-imagick: reorder variables (pkgcheck warning) Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild index c3424b9887ff..8f96d8a4e3fb 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,12 +11,11 @@ PHP_EXT_NEEDED_USE="-debug" inherit php-ext-pecl-r3 -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - DESCRIPTION="PHP wrapper for the ImageMagick library" HOMEPAGE="https://pecl.php.net/package/imagick https://github.com/Imagick/imagick" LICENSE="PHP-3.01" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="examples test" RESTRICT="!test? ( test )"
