diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-20 12:21:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-20 12:21:03 +0100 |
commit | 92a97aed3474f2a2ed54c84bb08ebc9c134210bb (patch) | |
tree | 5bd8cc686e7b2e804f0b4b7afcb18ee7130e18ae /x11-libs/libxkbcommon | |
parent | x11-libs/libdrm: ppc64 stable wrt bug #700310 (diff) | |
download | gentoo-92a97aed3474f2a2ed54c84bb08ebc9c134210bb.tar.gz gentoo-92a97aed3474f2a2ed54c84bb08ebc9c134210bb.tar.bz2 gentoo-92a97aed3474f2a2ed54c84bb08ebc9c134210bb.zip |
x11-libs/libxkbcommon: ppc64 stable wrt bug #700310
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbcommon')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild | 2 |
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 b03a30aa08e8..b2d7d7a62c0a 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} |