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 C651F1382C5 for ; Thu, 11 Mar 2021 16:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87971E0CA2; Thu, 11 Mar 2021 16:18:28 +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 6EC11E0CA2 for ; Thu, 11 Mar 2021 16:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 555BF340D90 for ; Thu, 11 Mar 2021 16:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39344AF for ; Thu, 11 Mar 2021 16:18:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1615479498.f1077d20c45457add875d30752c475d0d0da09a6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f1077d20c45457add875d30752c475d0d0da09a6 X-VCS-Branch: master Date: Thu, 11 Mar 2021 16:18:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f428992f-6ac0-4a27-bc07-9cdc8574b5f0 X-Archives-Hash: 43fd2d5d0879d5eb77649c643fc23b0b commit: f1077d20c45457add875d30752c475d0d0da09a6 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 11 16:12:03 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 11 16:18:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1077d20 x11-base/xorg-server: Add IUSE=test Closes: https://bugs.gentoo.org/775260 Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild | 4 +++- x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild | 4 +++- x11-base/xorg-server/xorg-server-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild b/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild index e1fb864bbd6..b1ac96ca735 100644 --- a/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild +++ b/x11-base/xorg-server/xorg-server-1.20.10-r2.ebuild @@ -14,7 +14,8 @@ if [[ ${PV} != 9999* ]]; then fi IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity" +IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd test +udev unwind xcsecurity" +RESTRICT="!test? ( test )" CDEPEND=" media-libs/libglvnd[X] @@ -141,6 +142,7 @@ pkg_setup() { $(use_enable debug) $(use_enable dmx) $(use_enable kdrive) + $(use_enable test unit-tests) $(use_enable unwind libunwind) $(use_enable wayland xwayland) $(use_enable !minimal record) diff --git a/x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild b/x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild index 3e1ad5b6dfa..b815b67a839 100644 --- a/x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild +++ b/x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild @@ -14,7 +14,8 @@ if [[ ${PV} != 9999* ]]; then fi IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity" +IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd test +udev unwind xcsecurity" +RESTRICT="!test? ( test )" CDEPEND=" media-libs/libglvnd[X] @@ -142,6 +143,7 @@ pkg_setup() { $(use_enable debug) $(use_enable dmx) $(use_enable kdrive) + $(use_enable test unit-tests) $(use_enable unwind libunwind) $(use_enable wayland xwayland) $(use_enable !minimal record) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index f3daeac9bbd..b77e074e480 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -15,7 +15,8 @@ if [[ ${PV} != 9999* ]]; then fi IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity" +IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl minimal selinux suid systemd test +udev unwind xcsecurity" +RESTRICT="!test? ( test )" CDEPEND=" media-libs/libglvnd[X] @@ -143,6 +144,7 @@ pkg_setup() { $(use_enable debug) $(use_enable dmx) $(use_enable kdrive) + $(use_enable test unit-tests) $(use_enable unwind libunwind) $(use_enable wayland xwayland) $(use_enable !minimal record)