diff options
author | 2019-07-15 17:25:46 +0200 | |
---|---|---|
committer | 2019-07-15 17:25:46 +0200 | |
commit | 9ae11bbd3ec78ae9f358b977b3c5aaf230c42a5e (patch) | |
tree | 73d73447a657917a37ea05d1e14499d828eae914 /net-p2p/smet2html | |
parent | net-p2p/gnut: Sort KEYWORDS (diff) | |
download | gentoo-9ae11bbd3ec78ae9f358b977b3c5aaf230c42a5e.tar.gz gentoo-9ae11bbd3ec78ae9f358b977b3c5aaf230c42a5e.tar.bz2 gentoo-9ae11bbd3ec78ae9f358b977b3c5aaf230c42a5e.zip |
net-p2p/smet2html: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p/smet2html')
-rw-r--r-- | net-p2p/smet2html/smet2html-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/smet2html/smet2html-0.1.ebuild b/net-p2p/smet2html/smet2html-0.1.ebuild index 7f2c295a17b0..ac90dbab6419 100644 --- a/net-p2p/smet2html/smet2html-0.1.ebuild +++ b/net-p2p/smet2html/smet2html-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -10,7 +10,7 @@ RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" S="${WORKDIR}/${PN}" |