sys-apps/ckbcomp: keyword on ~x86
authorAndrew Savchenko <bircoph@gentoo.org>
Sun, 28 Jul 2019 11:02:56 +0000 (14:02 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Sun, 28 Jul 2019 11:38:07 +0000 (14:38 +0300)
Works fine on ~x86.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
sys-apps/ckbcomp/ckbcomp-1.164.ebuild

index 9f617e5cf510b147a502207ea2f6ff90fc2770da..e40e5fc54cdca84b6f63f86a7307273165b6d4c4 100644 (file)
@@ -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