diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:23:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:35:59 +0300 |
commit | ab5fbc4f7e54e53c699109e0d30f7e847d8b0a47 (patch) | |
tree | 0a7c1d3c9297a2ea45c0f8f4a55f7b37107393e0 /dev-php/nikic-php-parser | |
parent | dev-php/myclabs-deepcopy: dekeyword ppc (diff) | |
download | gentoo-ab5fbc4f7e54e53c699109e0d30f7e847d8b0a47.tar.gz gentoo-ab5fbc4f7e54e53c699109e0d30f7e847d8b0a47.tar.bz2 gentoo-ab5fbc4f7e54e53c699109e0d30f7e847d8b0a47.zip |
dev-php/nikic-php-parser: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php/nikic-php-parser')
-rw-r--r-- | dev-php/nikic-php-parser/nikic-php-parser-4.13.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/nikic-php-parser/nikic-php-parser-4.13.2.ebuild b/dev-php/nikic-php-parser/nikic-php-parser-4.13.2.ebuild index 751e4d9c2faf..40672e26b31f 100644 --- a/dev-php/nikic-php-parser/nikic-php-parser-4.13.2.ebuild +++ b/dev-php/nikic-php-parser/nikic-php-parser-4.13.2.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nikic/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |