diff options
author | 2024-06-11 14:32:35 +0300 | |
---|---|---|
committer | 2024-06-11 14:36:25 +0300 | |
commit | f199030b6adf97546f9c547966c12ca94ff9844f (patch) | |
tree | dee471fd762e9601f07b96b31de37f70d8475080 /dev-php/phpdocumentor-reflection-common | |
parent | dev-php/phpDocumentor: dekeyword ppc (diff) | |
download | gentoo-f199030b6adf97546f9c547966c12ca94ff9844f.tar.gz gentoo-f199030b6adf97546f9c547966c12ca94ff9844f.tar.bz2 gentoo-f199030b6adf97546f9c547966c12ca94ff9844f.zip |
dev-php/phpdocumentor-reflection-common: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php/phpdocumentor-reflection-common')
-rw-r--r-- | dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild b/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild index 8128b7ef3747..cdb0a1cb458e 100644 --- a/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild +++ b/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.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=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.t 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}" |