diff options
author | Sam James <sam@gentoo.org> | 2021-05-27 19:16:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-27 19:16:22 +0000 |
commit | 736ef42570a91b4b6d44003719359b5f29ab4dd0 (patch) | |
tree | 4500dfcfd19eb7b6d201b4361e9aeea9378aafde /dev-libs/wayland-protocols | |
parent | dev-libs/libinput: Stabilize 1.17.2 amd64, #787818 (diff) | |
download | gentoo-736ef42570a91b4b6d44003719359b5f29ab4dd0.tar.gz gentoo-736ef42570a91b4b6d44003719359b5f29ab4dd0.tar.bz2 gentoo-736ef42570a91b4b6d44003719359b5f29ab4dd0.zip |
dev-libs/wayland-protocols: Stabilize 1.21 amd64, #787818
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.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild index 829b4d52d6e0..2027212a7fdc 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.21.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" |