diff options
Diffstat (limited to 'dev-php/File_Iterator')
-rw-r--r-- | dev-php/File_Iterator/File_Iterator-3.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild b/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild index 5c34aee98921..897c49b8c125 100644 --- a/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild +++ b/dev-php/File_Iterator/File_Iterator-3.0.6.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 @@ 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}" |