dev-lang/pcc: Sort KEYWORDS
authorMichał Górny <mgorny@gentoo.org>
Mon, 15 Jul 2019 15:22:39 +0000 (17:22 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 15 Jul 2019 15:22:39 +0000 (17:22 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-lang/pcc/pcc-1.1.0-r1.ebuild
dev-lang/pcc/pcc-9999.ebuild

index afadb70bb38a79976fc5139d000f55b9cac984bb..d474c4a5c4917b670c3eb8ee09a41bedf3f2d9a7 100644 (file)
@@ -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
@@ -12,7 +12,7 @@ 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=">=dev-libs/pcc-libs-${PV}"
 RDEPEND="${DEPEND}"
index 75783d00b0af78c64c088dce65e4247803637172..8a7794bf388774dc7859f95029944925eb6f773f 100644 (file)
@@ -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
        S="${WORKDIR}/${PN}"
 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"