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 BE7CB13908F for ; Thu, 26 Jan 2017 05:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EE2EE0CDC; Thu, 26 Jan 2017 05:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E19ECE0CD9 for ; Thu, 26 Jan 2017 05:20:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D33234102B for ; Thu, 26 Jan 2017 05:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CB6A2FDB for ; Thu, 26 Jan 2017 05:20:00 +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: <1485407992.bde82bf5f446004ca9bead3ce995b99d6e893d0e.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.19.1.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: bde82bf5f446004ca9bead3ce995b99d6e893d0e X-VCS-Branch: master Date: Thu, 26 Jan 2017 05:20:00 +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: 45bc4d80-d921-481b-b477-899f6f170080 X-Archives-Hash: 406be3c18e0fe8c3f2e8596337109570 commit: bde82bf5f446004ca9bead3ce995b99d6e893d0e Author: Matt Turner gentoo org> AuthorDate: Thu Jan 26 05:06:20 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 26 05:19:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde82bf5 x11-base/xorg-server: Add IUSE=debug. Bug: https://bugs.gentoo.org/256034 x11-base/xorg-server/xorg-server-1.19.1.ebuild | 3 ++- x11-base/xorg-server/xorg-server-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-1.19.1.ebuild b/x11-base/xorg-server/xorg-server-1.19.1.ebuild index 9930176..883dd14 100644 --- a/x11-base/xorg-server/xorg-server-1.19.1.ebuild +++ b/x11-base/xorg-server/xorg-server-1.19.1.ebuild @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland" +IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland" CDEPEND=">=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) @@ -163,6 +163,7 @@ src_configure() { # package it somewhere XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) + $(use_enable debug) $(use_enable dmx) $(use_enable glamor) $(use_enable kdrive) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 593d4ee..63c7e93 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="" IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland" +IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland" CDEPEND=">=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) @@ -162,6 +162,7 @@ src_configure() { # package it somewhere XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) + $(use_enable debug) $(use_enable dmx) $(use_enable glamor) $(use_enable kdrive)