diff options
author | Sam James <sam@gentoo.org> | 2024-10-31 03:28:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-31 03:28:09 +0000 |
commit | 8aaff88e12d8ad7abb6536d2739b16ba18dcb349 (patch) | |
tree | 0811aa590be5fd60adc0fe143443282b3e10782a /x11-base | |
parent | x11-base/xwayland: Stabilize 24.1.4 ppc, #942571 (diff) | |
download | gentoo-8aaff88e12d8ad7abb6536d2739b16ba18dcb349.tar.gz gentoo-8aaff88e12d8ad7abb6536d2739b16ba18dcb349.tar.bz2 gentoo-8aaff88e12d8ad7abb6536d2739b16ba18dcb349.zip |
x11-base/xwayland: Stabilize 24.1.4 ppc64, #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 1b9d68a0c9cc..5b3f77d43f59 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" |