diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-21 11:33:23 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-21 11:33:23 +0200 |
commit | 806ec6bd2169004e2c6103c3634178c74f62ee16 (patch) | |
tree | 76325b3fec75f924c9faaf064ca57dfecda7d18a /x11-libs | |
parent | x11-libs/libdrm: x86 stable wrt bug #732948 (diff) | |
download | gentoo-806ec6bd2169004e2c6103c3634178c74f62ee16.tar.gz gentoo-806ec6bd2169004e2c6103c3634178c74f62ee16.tar.bz2 gentoo-806ec6bd2169004e2c6103c3634178c74f62ee16.zip |
x11-libs/libxkbcommon: x86 stable wrt bug #732948
Package-Manager: Portage-2.3.99, Repoman-2.3.22
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-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild index 6c47c0520c6e..8378ce88a275 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-0.10.0-r1.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} |