diff options
author | Sam James <sam@gentoo.org> | 2022-01-18 12:24:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-18 12:24:30 +0000 |
commit | e2fea81aea42977381e35bbc005be68fc411ecef (patch) | |
tree | 8967e9f0e2b56004195ae8a9b8a948c71ad1e5d3 /dev-libs | |
parent | dev-libs/wayland: Stabilize 1.20.0 arm, #831378 (diff) | |
download | gentoo-e2fea81aea42977381e35bbc005be68fc411ecef.tar.gz gentoo-e2fea81aea42977381e35bbc005be68fc411ecef.tar.bz2 gentoo-e2fea81aea42977381e35bbc005be68fc411ecef.zip |
dev-libs/wayland-protocols: Stabilize 1.24 arm, #831378
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild index f9b1910a51a1..a98993c1e2f7 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |