diff options
author | 2022-08-06 12:42:19 -0400 | |
---|---|---|
committer | 2022-08-15 15:33:00 +0100 | |
commit | fa12a8f907b04706b023095241c0400b03eebcbc (patch) | |
tree | e030be83d7cdaf88450998c3e0015792538722f3 /dev-libs/wayland | |
parent | dev-util/wayland-scanner: Stabilize 1.21.0 sparc, #861023 (diff) | |
download | gentoo-fa12a8f907b04706b023095241c0400b03eebcbc.tar.gz gentoo-fa12a8f907b04706b023095241c0400b03eebcbc.tar.bz2 gentoo-fa12a8f907b04706b023095241c0400b03eebcbc.zip |
dev-libs/wayland: Stabilize 1.21.0 sparc, #861023
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-1.21.0.ebuild b/dev-libs/wayland/wayland-1.21.0.ebuild index c4f06b0dce3c..1b58a888674f 100644 --- a/dev-libs/wayland/wayland-1.21.0.ebuild +++ b/dev-libs/wayland/wayland-1.21.0.ebuild @@ -8,7 +8,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 inherit meson-multilib |