commit: a34631e939372cca387bc37edf74f81e54e46bf1
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 11:02:56 2019 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 11:38:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34631e9
sys-apps/ckbcomp: keyword on ~x86
Works fine on ~x86.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
sys-apps/ckbcomp/ckbcomp-1.164.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/ckbcomp/ckbcomp-1.164.ebuild
b/sys-apps/ckbcomp/ckbcomp-1.164.ebuild
index 9f617e5cf51..e40e5fc54cd 100644
--- a/sys-apps/ckbcomp/ckbcomp-1.164.ebuild
+++ b/sys-apps/ckbcomp/ckbcomp-1.164.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=6
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
else
COMMIT_ID=e327df26fa9dbdf363b778ada91e83967f4bd500
SRC_URI="https://anonscm.debian.org/cgit/d-i/console-setup.git/snapshot/${COMMIT_ID}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${COMMIT_ID}"
fi