diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-08 11:40:10 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-08 12:49:24 +0200 |
commit | 4bcf0a5dec482cea7eee49ad491a1eb8f1310aa3 (patch) | |
tree | 47b98d31a1e541971e6ea177c360ac48cf2d36df /x11-libs | |
parent | x11-base/xorg-server: arm64 stable (bug #711560) (diff) | |
download | gentoo-4bcf0a5dec482cea7eee49ad491a1eb8f1310aa3.tar.gz gentoo-4bcf0a5dec482cea7eee49ad491a1eb8f1310aa3.tar.bz2 gentoo-4bcf0a5dec482cea7eee49ad491a1eb8f1310aa3.zip |
x11-libs/libxkbcommon: arm64 stable (bug #711560)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@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 99a6656f110a..c6cbda4811f6 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} |