From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E8F61584F2 for ; Mon, 17 Mar 2025 01:45:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8AFF134327C for ; Mon, 17 Mar 2025 01:45:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7AF021103E1; Mon, 17 Mar 2025 01:45:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 751241103E1 for ; Mon, 17 Mar 2025 01:45:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E44B3430B6 for ; Mon, 17 Mar 2025 01:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4E3261C for ; Mon, 17 Mar 2025 01:45:20 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1742175895.959452e23b378388dbb6ff9ab468f003cc5194f6.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-imagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild X-VCS-Directories: dev-php/pecl-imagick/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 959452e23b378388dbb6ff9ab468f003cc5194f6 X-VCS-Branch: master Date: Mon, 17 Mar 2025 01:45:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0caa325a-4818-4bb3-b24e-bdf1168b6be1 X-Archives-Hash: acde667a8976da0bfb21637e3ab4eb2e commit: 959452e23b378388dbb6ff9ab468f003cc5194f6 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Mar 17 01:19:07 2025 +0000 Commit: Michael Orlitzky gentoo 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 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 )"