commit: 66fee29466f9b91ae64ff811e3d632628fd23384
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:26:53 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:26:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fee294
sys-fs/dislocker: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-fs/dislocker/dislocker-0.7.1-r1.ebuild | 2 +-
sys-fs/dislocker/dislocker-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild
b/sys-fs/dislocker/dislocker-0.7.1-r1.ebuild
index e0008c69780..5fa3c3fa942 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 6c245bbb7f6..c92236b7a12 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"