Diff xorg-server-21.1.8-r2 with a xorg-server-9999
/usr/portage/x11-base/xorg-server/xorg-server-9999.ebuild 2023-10-09 14:52:35.912368512 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 |
DESCRIPTION="X.Org X servers" |
12 | 12 |
SLOT="0/${PV}" |
13 | 13 |
if [[ ${PV} != 9999* ]]; then |
14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
15 | 15 |
fi |
16 | 16 | |
17 | 17 |
IUSE_SERVERS="xephyr xnest xorg xvfb" |
... | ... | |
23 | 23 |
dev-libs/libbsd |
24 | 24 |
dev-libs/openssl:0= |
25 | 25 |
>=x11-apps/iceauth-1.0.2 |
26 |
>=x11-apps/rgb-1.0.3 |
|
27 | 26 |
>=x11-apps/xauth-1.0.3 |
28 | 27 |
x11-apps/xkbcomp |
29 | 28 |
>=x11-libs/libdrm-2.4.89 |
... | ... | |
95 | 94 |
elogind? ( udev ) |
96 | 95 |
?? ( elogind systemd )" |
97 | 96 | |
98 |
UPSTREAMED_PATCHES=( |
|
99 |
"${FILESDIR}"/${P}-deadlock.patch |
|
100 |
"${FILESDIR}"/${P}-wfb.patch |
|
101 |
) |
|
102 | ||
103 | 97 |
PATCHES=( |
104 | 98 |
"${UPSTREAMED_PATCHES[@]}" |
105 | 99 |
"${FILESDIR}"/${PN}-1.12-unloadsubmodule.patch |