diff options
author | 2024-06-11 14:24:55 +0300 | |
---|---|---|
committer | 2024-06-11 14:36:03 +0300 | |
commit | bc324e73d5c9b86c6b0be2a8efec01f0d5dc1274 (patch) | |
tree | 5a11e755da12bed7c337e74e2853623ffc865ffc /dev-php/PEAR-Crypt_GPG | |
parent | dev-php/PEAR-Crypt_CHAP: dekeyword ppc (diff) | |
download | gentoo-bc324e73d5c9b86c6b0be2a8efec01f0d5dc1274.tar.gz gentoo-bc324e73d5c9b86c6b0be2a8efec01f0d5dc1274.tar.bz2 gentoo-bc324e73d5c9b86c6b0be2a8efec01f0d5dc1274.zip |
dev-php/PEAR-Crypt_GPG: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild index 21359273df54..0059a7e7730d 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://pear.php.net/package/Crypt_GPG" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~hppa ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |