commit: 36272053abad2470bb6b73d415d7b5bb08a677e4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 12:41:46 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 12:41:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36272053
dev-php/pecl-uploadprogress: Stabilize 2.0.2-r2 amd64, #954629
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r2.ebuild
b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r2.ebuild
index 72972003e9ab..9ffce5a4fbd9 100644
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r2.ebuild
+++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r2.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,7 +11,7 @@ inherit php-ext-pecl-r3
DESCRIPTION="An extension to track progress of a file upload"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples"
PATCHES=( "${FILESDIR}/php-debug-testfix.patch" )