diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:49 +0200 |
commit | 4565331fc949e2b80096fa8ea6e70850440d01b9 (patch) | |
tree | 38ec53333d3ba78f7079e186d6139fec359d62e9 /dev-libs/pcc-libs | |
parent | dev-libs/npth: Sort KEYWORDS (diff) | |
download | gentoo-4565331fc949e2b80096fa8ea6e70850440d01b9.tar.gz gentoo-4565331fc949e2b80096fa8ea6e70850440d01b9.tar.bz2 gentoo-4565331fc949e2b80096fa8ea6e70850440d01b9.zip |
dev-libs/pcc-libs: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/pcc-libs')
-rw-r--r-- | dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/pcc-libs/pcc-libs-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |