summaryrefslogtreecommitdiff
path: root/dev-php
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-12 07:16:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-12 07:16:59 +0000
commitd1985662773c1042b35872efdf79328c2cba70dd (patch)
tree31d1bbda2ff69e789fa57d3677c8d520a650a812 /dev-php
parent0cf63d96d174105df95283162326a1128a98de7e (diff)
downloadbaldeagleos-repo-d1985662773c1042b35872efdf79328c2cba70dd.tar.gz
baldeagleos-repo-d1985662773c1042b35872efdf79328c2cba70dd.tar.xz
baldeagleos-repo-d1985662773c1042b35872efdf79328c2cba70dd.zip
Adding metadata
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.6.0.ebuild4
-rw-r--r--dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.11.ebuild4
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-3.4.0.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.6.0.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.6.0.ebuild
index bf8084fb8bc7..c27492dda883 100644
--- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.6.0.ebuild
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz"
S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc x86"
# bzip2 and zlib are needed for compressed tarballs, and there's one
# call to preg_match to test paths against a pattern of files and
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.11.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.11.ebuild
index 3553aef12024..b52724dbc652 100644
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.11.ebuild
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://download.pear.php.net/package/${MY_P}.tgz"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ~hppa ppc64 ~sparc x86"
RDEPEND="app-alternatives/gpg
dev-lang/php:*[posix(-),unicode(-)]
diff --git a/dev-php/pecl-memcached/pecl-memcached-3.4.0.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.4.0.ebuild
index 7045d3786e66..dab1fc6510cb 100644
--- a/dev-php/pecl-memcached/pecl-memcached-3.4.0.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 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="Interface PHP with memcached via libmemcached library"
LICENSE="PHP-3.01"
SLOT="7"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
IUSE="igbinary json sasl +session test"
REQUIRED_USE="test? ( igbinary )"