From: Michał Górny Date: Mon, 15 Jul 2019 15:22:49 +0000 (+0200) Subject: dev-libs/pcc-libs: Sort KEYWORDS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4565331fc949e2b80096fa8ea6e70850440d01b9;p=gentoo.git dev-libs/pcc-libs: Sort KEYWORDS Signed-off-by: Michał Górny --- diff --git a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild index 6da47ab755f3..b084d5d901f4 100644 --- a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild +++ b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://pcc.ludd.ltu.se" SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64 ~amd64-fbsd" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd" IUSE="" DEPEND="" diff --git a/dev-libs/pcc-libs/pcc-libs-9999.ebuild b/dev-libs/pcc-libs/pcc-libs-9999.ebuild index 82ab2acefd6f..af530465ea47 100644 --- a/dev-libs/pcc-libs/pcc-libs-9999.ebuild +++ b/dev-libs/pcc-libs/pcc-libs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ if [[ ${PV} = 9999 ]]; then KEYWORDS="" else SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz" - KEYWORDS="~x86 ~amd64 ~amd64-fbsd" + KEYWORDS="~amd64 ~x86 ~amd64-fbsd" fi LICENSE="BSD" SLOT="0"