diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 14:59:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 14:59:07 +0100 |
commit | cc78db615f2aa7226fb6263cc7f1cc5adef3d524 (patch) | |
tree | 1be25f7179d9f6c4181bba9d4dc9fd709629ada1 /dev-php | |
parent | net-libs/xrootd: disable installation of Python bindings by CMake (diff) | |
download | gentoo-cc78db615f2aa7226fb6263cc7f1cc5adef3d524.tar.gz gentoo-cc78db615f2aa7226fb6263cc7f1cc5adef3d524.tar.bz2 gentoo-cc78db615f2aa7226fb6263cc7f1cc5adef3d524.zip |
dev-php/PEAR-Validate: Stabilize 0.8.6 ALLARCHES, #909587
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild index 7559f6ebd29c..5b04ff1ea5e0 100644 --- a/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild +++ b/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit php-pear-r2 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" DESCRIPTION="Validation class" LICENSE="BSD" |