summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2019-11-20 12:25:30 +0100
committerAgostino Sarubbo <ago@gentoo.org>2019-11-20 12:25:30 +0100
commit3d51b7040331358908f9be84101e3299003e06d4 (patch)
tree312f2259ab38a707c50af373d7e2b7a6a15eaeaf /x11-libs
parentx11-libs/libdrm: ppc stable wrt bug #700310 (diff)
downloadgentoo-3d51b7040331358908f9be84101e3299003e06d4.tar.gz
gentoo-3d51b7040331358908f9be84101e3299003e06d4.tar.bz2
gentoo-3d51b7040331358908f9be84101e3299003e06d4.zip
x11-libs/libxkbcommon: ppc stable wrt bug #700310
Package-Manager: Portage-2.3.76, Repoman-2.3.16 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.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 b2d7d7a62c0a..0c5dd91e6bc6 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}