diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-09 00:02:18 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-09 04:09:06 +1200 |
commit | 3cf1e75faa497fbcdf113e02454e33e91334571b (patch) | |
tree | 1f0c09fab536f22215eb61366982126b4891c50b | |
parent | sys-apps/systemd: backport rdrand workaround for ryzen cpus (diff) | |
download | gentoo-3cf1e75faa497fbcdf113e02454e33e91334571b.tar.gz gentoo-3cf1e75faa497fbcdf113e02454e33e91334571b.tar.bz2 gentoo-3cf1e75faa497fbcdf113e02454e33e91334571b.zip |
dev-perl/HTML-StripScripts: Fix unsorted keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r-- | dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild index b5d162b30301..b39f377edc85 100644 --- a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild +++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.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="Strip scripting constructs out of HTML" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" |