diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 23:10:11 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 23:10:11 +0100 |
commit | 54f40036b400ef34b2ba68b8e41ffe1db9bd58e4 (patch) | |
tree | a1474f24de4066d4e1ba5be22274ba82e3e294ab /dev-libs/wayland-protocols | |
parent | dev-libs/libinput: Stabilize 1.19.2 amd64, #822339 (diff) | |
download | gentoo-54f40036b400ef34b2ba68b8e41ffe1db9bd58e4.tar.gz gentoo-54f40036b400ef34b2ba68b8e41ffe1db9bd58e4.tar.bz2 gentoo-54f40036b400ef34b2ba68b8e41ffe1db9bd58e4.zip |
dev-libs/wayland-protocols: Stabilize 1.23 amd64, #822339
Signed-off-by: Jakov Smolić <jsmolic@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 f9b1910a51a1..a7ed9f5a0258 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" |