diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 00:56:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 00:56:26 +0100 |
commit | ce66c7c51b314ba05f275895ce0b1973093f4571 (patch) | |
tree | 39bbbe9582b63f9426221d1d9c49443816926a36 /x11-base/xwayland | |
parent | x11-base/xwayland: Stabilize 23.1.1 arm, #905391 (diff) | |
download | gentoo-ce66c7c51b314ba05f275895ce0b1973093f4571.tar.gz gentoo-ce66c7c51b314ba05f275895ce0b1973093f4571.tar.bz2 gentoo-ce66c7c51b314ba05f275895ce0b1973093f4571.zip |
x11-base/xwayland: Stabilize 23.1.1 arm64, #905391
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-base/xwayland')
-rw-r--r-- | x11-base/xwayland/xwayland-23.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xwayland/xwayland-23.1.1.ebuild b/x11-base/xwayland/xwayland-23.1.1.ebuild index 2acb1a28e5ac..2ec85ce13325 100644 --- a/x11-base/xwayland/xwayland-23.1.1.ebuild +++ b/x11-base/xwayland/xwayland-23.1.1.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" |