net-libs/libtelnet: Sort KEYWORDS
authorMichał Górny <mgorny@gentoo.org>
Mon, 15 Jul 2019 15:25:16 +0000 (17:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 15 Jul 2019 15:25:16 +0000 (17:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-libs/libtelnet/libtelnet-0.21.ebuild
net-libs/libtelnet/libtelnet-9999.ebuild

index aae3c462a1cc9e493d89db505bb99027b7ac4728..a607c506fd69c8704cabfade88c31238366111ce 100644 (file)
@@ -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
@@ -13,7 +13,7 @@ if [ ${PV} = 9999 ]; then
        DEPEND="dev-vcs/git"
        S="${WORKDIR}/${PN}-master"
 else
-       KEYWORDS="~x86 ~amd64"
+       KEYWORDS="~amd64 ~x86"
        SRC_URI="https://github.com/seanmiddleditch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 fi
 
index 620355b68c920c33556e0322df6ab3f4b5c1af16..957f6345e21a29cb6e1b56195373f94c5a88444b 100644 (file)
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
        EGIT_REPO_URI="https://github.com/seanmiddleditch/libtelnet.git"
 else
        SRC_URI="https://github.com/seanmiddleditch/libtelnet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~x86 ~amd64"
+       KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Simple RFC-complient TELNET implementation as a C library"