diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-08 11:22:04 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-08 18:29:33 +0200 |
commit | 4dea91847ca1331ed211c5dfb1870fbaf3b37e4a (patch) | |
tree | 6d5a4f6ccf80a8d7a7823d4baf0864428c23231d /dev-php | |
parent | dev-php/phpDocumentor: unkeyword 2.9.0 for ~alpha (diff) | |
download | gentoo-4dea91847ca1331ed211c5dfb1870fbaf3b37e4a.tar.gz gentoo-4dea91847ca1331ed211c5dfb1870fbaf3b37e4a.tar.bz2 gentoo-4dea91847ca1331ed211c5dfb1870fbaf3b37e4a.zip |
dev-php/phpdocumentor-reflection-docblock: unkeyword 3.1.1 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild index e444d50c0972..a25366ffc76a 100644 --- a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild +++ b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 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="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" +KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |