Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/
Date: Tue, 25 May 2021 17:24:01
Message-Id: 1621963431.9751a188fc793d0220452588427f93b362fec69d.anarchy@gentoo
1 commit: 9751a188fc793d0220452588427f93b362fec69d
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 17:23:51 2021 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 17:23:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=9751a188
7
8 x11-base/xorg-server: remove libressl support
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.2
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 x11-base/xorg-server/xorg-server-1.20.11.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-base/xorg-server/xorg-server-1.20.11.ebuild b/x11-base/xorg-server/xorg-server-1.20.11.ebuild
17 index 8f4b9ac..d607955 100644
18 --- a/x11-base/xorg-server/xorg-server-1.20.11.ebuild
19 +++ b/x11-base/xorg-server/xorg-server-1.20.11.ebuild
20 @@ -14,13 +14,12 @@ if [[ ${PV} != 9999* ]]; then
21 fi
22
23 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
24 -IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd test +udev unwind xcsecurity"
25 +IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test +udev unwind xcsecurity"
26 RESTRICT="!test? ( test )"
27
28 CDEPEND="
29 media-libs/libglvnd[X]
30 - !libressl? ( dev-libs/openssl:0= )
31 - libressl? ( dev-libs/libressl:0= )
32 + dev-libs/openssl:0=
33 >=x11-apps/iceauth-1.0.2
34 >=x11-apps/rgb-1.0.3
35 >=x11-apps/xauth-1.0.3