summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-07 05:12:28 +0000
committerSam James <sam@gentoo.org>2020-12-07 05:12:28 +0000
commit718d3cf08fbf35a9392b7f3a00e9f1eed72fd31d (patch)
tree61ea860bf0461d2eb867bb14e5a0f2f7b79bbb29 /x11-libs/libxkbcommon
parentx11-libs/libdrm: Stabilize 2.4.103 arm64, #758461 (diff)
downloadgentoo-718d3cf08fbf35a9392b7f3a00e9f1eed72fd31d.tar.gz
gentoo-718d3cf08fbf35a9392b7f3a00e9f1eed72fd31d.tar.bz2
gentoo-718d3cf08fbf35a9392b7f3a00e9f1eed72fd31d.zip
x11-libs/libxkbcommon: Stabilize 1.0.3 arm64, #758461
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libxkbcommon')
-rw-r--r--x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
index fc547c44ea66..a6a0a5f581f1 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-1.0.3.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}