diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-05 16:09:15 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-05 16:09:15 +0100 |
commit | 900f80031eaaa527a9027ed302939d06286fea5e (patch) | |
tree | 1bb071932b7b5e284d992e432d1d7b541386715e /x11-libs | |
parent | x11-drivers/xf86-input-wacom: ppc64 stable wrt bug #711560 (diff) | |
download | gentoo-900f80031eaaa527a9027ed302939d06286fea5e.tar.gz gentoo-900f80031eaaa527a9027ed302939d06286fea5e.tar.bz2 gentoo-900f80031eaaa527a9027ed302939d06286fea5e.zip |
x11-libs/libxkbcommon: ppc64 stable wrt bug #711560
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild | 2 |
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 e926830a01da..b8db2675355c 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} |