From: Michał Górny Date: Mon, 15 Jul 2019 15:26:53 +0000 (+0200) Subject: sys-fs/dislocker: Sort KEYWORDS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66fee29466f9b91ae64ff811e3d632628fd23384;p=gentoo.git sys-fs/dislocker: Sort KEYWORDS Signed-off-by: Michał Górny --- diff --git a/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild b/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild index e0008c697804..5fa3c3fa942f 100644 --- a/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild +++ b/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/Aorimn/dislocker/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" diff --git a/sys-fs/dislocker/dislocker-9999.ebuild b/sys-fs/dislocker/dislocker-9999.ebuild index 6c245bbb7f6c..c92236b7a126 100644 --- a/sys-fs/dislocker/dislocker-9999.ebuild +++ b/sys-fs/dislocker/dislocker-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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 inherit git-r3 else SRC_URI="https://github.com/Aorimn/dislocker/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2"