summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-event/pecl-event-3.1.4.ebuild4
-rw-r--r--dev-php/pecl-redis/pecl-redis-6.1.0.ebuild4
-rw-r--r--dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild4
-rw-r--r--dev-php/pecl-yaz/pecl-yaz-1.2.4-r1.ebuild4
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-php/pecl-event/pecl-event-3.1.4.ebuild b/dev-php/pecl-event/pecl-event-3.1.4.ebuild
index 8425536a7b47..5357ace6dca6 100644
--- a/dev-php/pecl-event/pecl-event-3.1.4.ebuild
+++ b/dev-php/pecl-event/pecl-event-3.1.4.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"
@@ -17,7 +17,7 @@ DESCRIPTION="PHP wrapper for libevent2"
HOMEPAGE="https://pecl.php.net/package/event"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug examples +extra +sockets +ssl threads"
DEPEND=">=dev-libs/libevent-2.0.2[ssl?]
ssl? ( dev-libs/openssl:= )"
diff --git a/dev-php/pecl-redis/pecl-redis-6.1.0.ebuild b/dev-php/pecl-redis/pecl-redis-6.1.0.ebuild
index 84df442bf7cd..0a58a9f1494f 100644
--- a/dev-php/pecl-redis/pecl-redis-6.1.0.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-6.1.0.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
@@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
DESCRIPTION="PHP extension for interfacing with Redis"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
IUSE="igbinary +json lz4 +session zstd"
DEPEND="
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild
index f5d84cb102d4..af6d86acf72a 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.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"
@@ -13,7 +13,7 @@ DESCRIPTION="PHP bindings for the libssh2 library"
HOMEPAGE="https://pecl.php.net/package/ssh2"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
# Upstream notes say there are errors with gcrypt backend
DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
RDEPEND="${DEPEND}"
diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.4-r1.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.4-r1.ebuild
index e4d5f45b5344..9a050a4d4890 100644
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.4-r1.ebuild
+++ b/dev-php/pecl-yaz/pecl-yaz-1.2.4-r1.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
@@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
RESTRICT="test"
DEPEND=">=dev-libs/yaz-3.0.2:0="