summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-03-05 12:37:01 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-03-05 12:37:01 +0100
commit2217591366c38761795bbb57d67545b426a3eaa6 (patch)
tree19c15f92aaf90174ad4bdb3e7192d91089269248 /x11-libs
parentx11-drivers/xf86-input-wacom: x86 stable wrt bug #711560 (diff)
downloadgentoo-2217591366c38761795bbb57d67545b426a3eaa6.tar.gz
gentoo-2217591366c38761795bbb57d67545b426a3eaa6.tar.bz2
gentoo-2217591366c38761795bbb57d67545b426a3eaa6.zip
x11-libs/libxkbcommon: x86 stable wrt bug #711560
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
index 473a7228d16e..93e9b509c736 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
fi
inherit meson multilib-minimal ${GIT_ECLASS}