From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDACD138334 for ; Sat, 10 Nov 2018 23:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5136E0D96; Sat, 10 Nov 2018 23:59:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B560E0D96 for ; Sat, 10 Nov 2018 23:59:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D013335CF2 for ; Sat, 10 Nov 2018 23:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73D03DB for ; Sat, 10 Nov 2018 23:59:04 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1541894308.9b1a250f3680457f4ec74d9b692446492c89754a.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/ X-VCS-Repository: proj/musl X-VCS-Files: x11-base/xorg-server/xorg-server-1.20.3.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 9b1a250f3680457f4ec74d9b692446492c89754a X-VCS-Branch: master Date: Sat, 10 Nov 2018 23:59:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 653f80d5-cf6d-4ff8-bee0-17756c99687c X-Archives-Hash: d30bd03652dbabc514b89f3c85ae66c1 commit: 9b1a250f3680457f4ec74d9b692446492c89754a Author: stefson yahoo de> AuthorDate: Fri Nov 2 09:01:32 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Nov 10 23:58:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=9b1a250f x11-base/xorg-server: readd IUSE=suid, fixes #669648 Signed-off-by: Anthony G. Basile gentoo.org> x11-base/xorg-server/xorg-server-1.20.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-1.20.3.ebuild b/x11-base/xorg-server/xorg-server-1.20.3.ebuild index 0c358b4..959b9ec 100644 --- a/x11-base/xorg-server/xorg-server-1.20.3.ebuild +++ b/x11-base/xorg-server/xorg-server-1.20.3.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} != 9999* ]]; then KEYWORDS="~arm" fi -IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" +IUSE_SERVERS="dmx kdrive suid wayland xephyr xnest xorg xvfb" IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd +udev unwind xcsecurity" CDEPEND=">=app-eselect/eselect-opengl-1.3.0 @@ -164,7 +164,7 @@ src_configure() { $(use_with systemd systemd-daemon) $(use_enable systemd systemd-logind) $(use_enable systemd suid-wrapper) - $(use_enable !systemd install-setuid) + $(use_enable suid install-setuid) --enable-libdrm --sysconfdir="${EPREFIX}"/etc/X11 --localstatedir="${EPREFIX}"/var