From: Michał Górny Date: Mon, 15 Jul 2019 15:23:36 +0000 (+0200) Subject: dev-util/makepp: Sort KEYWORDS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9288ffa19459126d439f69fb854b6900f5d6647;p=gentoo.git dev-util/makepp: Sort KEYWORDS Signed-off-by: Michał Górny --- diff --git a/dev-util/makepp/makepp-1.18.ebuild b/dev-util/makepp/makepp-1.18.ebuild index 7fc917334048..a5cef1c94211 100644 --- a/dev-util/makepp/makepp-1.18.ebuild +++ b/dev-util/makepp/makepp-1.18.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha" +KEYWORDS="alpha ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/perl-5.6.0"