diff options
author | Sam James <sam@gentoo.org> | 2021-11-17 07:47:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-17 07:48:35 +0000 |
commit | 3bcbeb4a39fcf193c5c7b353b3bffa37bfaca675 (patch) | |
tree | ab126a699dd71fe43a847da2b15f4e649524f354 /dev-libs/wayland-protocols | |
parent | dev-libs/libinput: Stabilize 1.19.2 arm64, #822339 (diff) | |
download | gentoo-3bcbeb4a39fcf193c5c7b353b3bffa37bfaca675.tar.gz gentoo-3bcbeb4a39fcf193c5c7b353b3bffa37bfaca675.tar.bz2 gentoo-3bcbeb4a39fcf193c5c7b353b3bffa37bfaca675.zip |
dev-libs/wayland-protocols: Stabilize 1.23 arm64, #822339
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild index 650b161317ec..d705171e00c8 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT" |