diff options
author | Sam James <sam@gentoo.org> | 2023-10-31 12:24:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-31 12:24:59 +0000 |
commit | d822d0da7eb77dee3a418b4a2bf319c5e9b28f15 (patch) | |
tree | fe4cbd75ca69d40a4b2960af7a46afc1c2d7cf96 /x11-base | |
parent | x11-base/xwayland: Stabilize 23.2.2 x86, #916442 (diff) | |
download | gentoo-d822d0da7eb77dee3a418b4a2bf319c5e9b28f15.tar.gz gentoo-d822d0da7eb77dee3a418b4a2bf319c5e9b28f15.tar.bz2 gentoo-d822d0da7eb77dee3a418b4a2bf319c5e9b28f15.zip |
x11-base/xwayland: Stabilize 23.2.2 arm64, #916442
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xwayland/xwayland-23.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xwayland/xwayland-23.2.2.ebuild b/x11-base/xwayland/xwayland-23.2.2.ebuild index d4753370c940..a0768af61fb3 100644 --- a/x11-base/xwayland/xwayland-23.2.2.ebuild +++ b/x11-base/xwayland/xwayland-23.2.2.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" |