diff options
author | Sam James <sam@gentoo.org> | 2021-03-09 10:30:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-09 10:30:18 +0000 |
commit | eba1e04e4393060d058147bc51269c91952aba50 (patch) | |
tree | 063745ddd262323747acf98962473b56401bb60a /dev-libs/wayland | |
parent | dev-util/wayland-scanner: Stabilize 1.19.0 arm, #774921 (diff) | |
download | gentoo-eba1e04e4393060d058147bc51269c91952aba50.tar.gz gentoo-eba1e04e4393060d058147bc51269c91952aba50.tar.bz2 gentoo-eba1e04e4393060d058147bc51269c91952aba50.zip |
dev-libs/wayland: Stabilize 1.19.0 arm, #774921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland/wayland-1.19.0.ebuild b/dev-libs/wayland/wayland-1.19.0.ebuild index c3d2b584f4ca..0af280574a6f 100644 --- a/dev-libs/wayland/wayland-1.19.0.ebuild +++ b/dev-libs/wayland/wayland-1.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,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 inherit meson multilib-minimal |