diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:39 +0200 |
commit | ed0b8a29be946eff4459d6ac507895417d365ad1 (patch) | |
tree | c9e12fbc88083e26e4c59025879a4dd1f7b704af /dev-lang/pcc | |
parent | dev-lang/opendylan-bin: Sort KEYWORDS (diff) | |
download | gentoo-ed0b8a29be946eff4459d6ac507895417d365ad1.tar.gz gentoo-ed0b8a29be946eff4459d6ac507895417d365ad1.tar.bz2 gentoo-ed0b8a29be946eff4459d6ac507895417d365ad1.zip |
dev-lang/pcc: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/pcc')
-rw-r--r-- | dev-lang/pcc/pcc-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/pcc/pcc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/pcc/pcc-1.1.0-r1.ebuild b/dev-lang/pcc/pcc-1.1.0-r1.ebuild index afadb70bb38a..d474c4a5c491 100644 --- a/dev-lang/pcc/pcc-1.1.0-r1.ebuild +++ b/dev-lang/pcc/pcc-1.1.0-r1.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 @@ -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}" diff --git a/dev-lang/pcc/pcc-9999.ebuild b/dev-lang/pcc/pcc-9999.ebuild index 75783d00b0af..8a7794bf3887 100644 --- a/dev-lang/pcc/pcc-9999.ebuild +++ b/dev-lang/pcc/pcc-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 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" |