summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2019-11-18 15:29:43 +0100
committerAgostino Sarubbo <ago@gentoo.org>2019-11-18 15:29:43 +0100
commit6bbf6bcd9c973d953f99d0081af63f1ea53e410a (patch)
treecddf1eef4ae0e70f260a0c463e9974a1e1d2cf3b /x11-libs/libxkbcommon
parentx11-libs/libdrm: amd64 stable wrt bug #700310 (diff)
downloadgentoo-6bbf6bcd9c973d953f99d0081af63f1ea53e410a.tar.gz
gentoo-6bbf6bcd9c973d953f99d0081af63f1ea53e410a.tar.bz2
gentoo-6bbf6bcd9c973d953f99d0081af63f1ea53e410a.zip
x11-libs/libxkbcommon: amd64 stable wrt bug #700310
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbcommon')
-rw-r--r--x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild
index be655c7b43b2..1b5cedadd0ad 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.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}