diff options
author | Sam James <sam@gentoo.org> | 2020-07-17 20:46:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-17 20:47:38 +0000 |
commit | 3dc4b6e160718446b96ba73b3089244e73a0bfc6 (patch) | |
tree | 33cb9bde264797d3d09e8d26ccdbcb989d0da532 /x11-libs/libxkbcommon | |
parent | x11-libs/libdrm: arm64 stable (bug #732948) (diff) | |
download | gentoo-3dc4b6e160718446b96ba73b3089244e73a0bfc6.tar.gz gentoo-3dc4b6e160718446b96ba73b3089244e73a0bfc6.tar.bz2 gentoo-3dc4b6e160718446b96ba73b3089244e73a0bfc6.zip |
x11-libs/libxkbcommon: arm64 stable (bug #732948)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbcommon')
-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 4a86064aba3a..4987f5b67720 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} |