diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-29 20:48:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-29 20:48:04 +0300 |
commit | a58bac2644d6e56567907dc52408e1b817ed2d7c (patch) | |
tree | c58322ebd466dcbe71ec2eea91e1e3c0e02a5302 /dev-libs/wayland-protocols | |
parent | x11-apps/xeyes: Stabilize 1.3.0 amd64, #913215 (diff) | |
download | gentoo-a58bac2644d6e56567907dc52408e1b817ed2d7c.tar.gz gentoo-a58bac2644d6e56567907dc52408e1b817ed2d7c.tar.bz2 gentoo-a58bac2644d6e56567907dc52408e1b817ed2d7c.zip |
dev-libs/wayland-protocols: Stabilize 1.32 arm64, #913215
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild index b9c1a2fdb5c9..c99598566ad0 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="MIT" |