diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-05 14:23:25 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-05 14:23:25 +0100 |
commit | c90b05dcf112ea8a0000e06a77cda86fb7593fa3 (patch) | |
tree | f90bdbb96984d1ebd6e77107210e52b8fd44103a /x11-libs/libxkbcommon | |
parent | x11-drivers/xf86-input-wacom: ppc stable wrt bug #711560 (diff) | |
download | gentoo-c90b05dcf112ea8a0000e06a77cda86fb7593fa3.tar.gz gentoo-c90b05dcf112ea8a0000e06a77cda86fb7593fa3.tar.bz2 gentoo-c90b05dcf112ea8a0000e06a77cda86fb7593fa3.zip |
x11-libs/libxkbcommon: ppc stable wrt bug #711560
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbcommon')
-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 4ab84772117a..e926830a01da 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} |