diff options
author | Sam James <sam@gentoo.org> | 2024-10-18 11:17:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-18 11:17:45 +0100 |
commit | c522b8a2a6523b856b8b421a4a0783fc56763ee9 (patch) | |
tree | dafc8f5355222a343e18e6b504dc997ffbaacaf2 /dev-libs | |
parent | dev-util/wayland-scanner: Stabilize 1.23.1 x86, #941734 (diff) | |
download | gentoo-c522b8a2a6523b856b8b421a4a0783fc56763ee9.tar.gz gentoo-c522b8a2a6523b856b8b421a4a0783fc56763ee9.tar.bz2 gentoo-c522b8a2a6523b856b8b421a4a0783fc56763ee9.zip |
dev-libs/wayland: Stabilize 1.23.1 x86, #941734
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland/wayland-1.23.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-1.23.1.ebuild b/dev-libs/wayland/wayland-1.23.1.ebuild index d4be5180ded5..0f9dc2c698ca 100644 --- a/dev-libs/wayland/wayland-1.23.1.ebuild +++ b/dev-libs/wayland/wayland-1.23.1.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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi inherit meson-multilib |