diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:08:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:08:33 +0200 |
commit | f8a288e1b3c7409a5d56f0bfe03da02d9f09f712 (patch) | |
tree | 3e41ef010fd63ae2dc54d70bb9a9bda04140bd4e /x11-libs | |
parent | x11-libs/libdrm: ppc stable wrt bug #732948 (diff) | |
download | gentoo-f8a288e1b3c7409a5d56f0bfe03da02d9f09f712.tar.gz gentoo-f8a288e1b3c7409a5d56f0bfe03da02d9f09f712.tar.bz2 gentoo-f8a288e1b3c7409a5d56f0bfe03da02d9f09f712.zip |
x11-libs/libxkbcommon: ppc stable wrt bug #732948
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
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 01740c957c37..d42c1426c973 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} |