commit: c29d66e7b42eccb64fc9cae86517f65ab62ad94d Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Mon Jul 8 12:10:11 2019 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Mon Jul 8 16:09:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29d66e7
dev-perl/HTML-StripScripts-Parser: Fix unsorted keywords Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> .../HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.30.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.30.0.ebuild b/dev-perl/HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.30.0.ebuild index 3c821a9afdd..0a0a988adf5 100644 --- a/dev-perl/HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.30.0.ebuild +++ b/dev-perl/HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="XSS filter using HTML::Parser" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="
