diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:33:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:36:27 +0300 |
commit | 71bf6c367103d4fab2ee83936db34a2b12ecf61e (patch) | |
tree | 3a66d4ad5101ee2a7991a1f70dda6b39b9dabeaa /dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.ebuild | |
parent | dev-php/sebastian-environment: dekeyword ppc (diff) | |
download | gentoo-71bf6c367103d4fab2ee83936db34a2b12ecf61e.tar.gz gentoo-71bf6c367103d4fab2ee83936db34a2b12ecf61e.tar.bz2 gentoo-71bf6c367103d4fab2ee83936db34a2b12ecf61e.zip |
dev-php/sebastian-lines-of-code: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.ebuild')
-rw-r--r-- | dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.ebuild b/dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.ebuild index 86fb8d7e506d..c88f042e5853 100644 --- a/dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.ebuild +++ b/dev-php/sebastian-lines-of-code/sebastian-lines-of-code-1.0.3.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/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" 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}" |