diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-07-28 14:02:56 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-07-28 14:38:07 +0300 |
commit | a34631e939372cca387bc37edf74f81e54e46bf1 (patch) | |
tree | 266e796990b52429c41ce9d43f5c6463bff057d8 /sys-apps/ckbcomp | |
parent | dev-db/postgresql: ia64 stable wrt bug #690574 (diff) | |
download | gentoo-a34631e939372cca387bc37edf74f81e54e46bf1.tar.gz gentoo-a34631e939372cca387bc37edf74f81e54e46bf1.tar.bz2 gentoo-a34631e939372cca387bc37edf74f81e54e46bf1.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/ckbcomp')
-rw-r--r-- | sys-apps/ckbcomp/ckbcomp-1.164.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ckbcomp/ckbcomp-1.164.ebuild b/sys-apps/ckbcomp/ckbcomp-1.164.ebuild index 9f617e5cf510..e40e5fc54cdc 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 |