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/pcc-9999.ebuild | |
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/pcc-9999.ebuild')
-rw-r--r-- | dev-lang/pcc/pcc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |