diff options
author | Sam James <sam@gentoo.org> | 2024-01-19 07:48:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 07:48:11 +0000 |
commit | fb2a33e4a5ac4ce9b56fd43ca2684671dc5c92ce (patch) | |
tree | dfb302f50787806b5521b66fe68125155c68bd05 /x11-base | |
parent | x11-base/xwayland: Stabilize 23.2.4 amd64, #922454 (diff) | |
download | gentoo-fb2a33e4a5ac4ce9b56fd43ca2684671dc5c92ce.tar.gz gentoo-fb2a33e4a5ac4ce9b56fd43ca2684671dc5c92ce.tar.bz2 gentoo-fb2a33e4a5ac4ce9b56fd43ca2684671dc5c92ce.zip |
x11-base/xwayland: Stabilize 23.2.4 arm, #922454
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xwayland/xwayland-23.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xwayland/xwayland-23.2.4.ebuild b/x11-base/xwayland/xwayland-23.2.4.ebuild index 24650befd6ac..9596ce98767b 100644 --- a/x11-base/xwayland/xwayland-23.2.4.ebuild +++ b/x11-base/xwayland/xwayland-23.2.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland" |