diff options
author | Sam James <sam@gentoo.org> | 2024-10-31 03:33:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-31 03:33:19 +0000 |
commit | a67121e98bd696239e5b31930122f944aee84121 (patch) | |
tree | 0b4c7b10af915e63b07f9bf0e94ac45fb865eb26 /x11-base | |
parent | x11-base/xwayland: Stabilize 24.1.4 amd64, #942571 (diff) | |
download | gentoo-a67121e98bd696239e5b31930122f944aee84121.tar.gz gentoo-a67121e98bd696239e5b31930122f944aee84121.tar.bz2 gentoo-a67121e98bd696239e5b31930122f944aee84121.zip |
x11-base/xwayland: Stabilize 24.1.4 x86, #942571
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xwayland/xwayland-24.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xwayland/xwayland-24.1.4.ebuild b/x11-base/xwayland/xwayland-24.1.4.ebuild index a5f2ce5c33ff..c25bdcc8bcd9 100644 --- a/x11-base/xwayland/xwayland-24.1.4.ebuild +++ b/x11-base/xwayland/xwayland-24.1.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 ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standalone X server running under Wayland" |