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 872FC139694 for ; Fri, 24 Mar 2017 03:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336A121C0CC; Fri, 24 Mar 2017 03:31:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0D1BE21C0CC for ; Fri, 24 Mar 2017 03:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C64E6340E75 for ; Fri, 24 Mar 2017 03:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B06B72E0 for ; Fri, 24 Mar 2017 03:31:48 +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: <1490326298.4dd74b82f8b59b02be491541d283c97c07a30e4e.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-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4dd74b82f8b59b02be491541d283c97c07a30e4e X-VCS-Branch: master Date: Fri, 24 Mar 2017 03:31:48 +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: 0218ad2a-d6a8-409d-b88a-07e4d9f58505 X-Archives-Hash: 728f1056dad905f31d7a06ddfa3b97d7 commit: 4dd74b82f8b59b02be491541d283c97c07a30e4e Author: Matt Turner gentoo org> AuthorDate: Thu Mar 23 01:22:43 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 24 03:31:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd74b82 x11-base/xorg-server: Remove tslib support Deleted in upstream commits 27819950e4158326e0f83a30f2e8968b932625ef and 5c7ed785e3bdb9f0fbf8fbfdc93b5fdd2b2c7dbf x11-base/xorg-server/xorg-server-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 798b09ed7ea..9ab33a38ecb 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -12,7 +12,7 @@ SLOT="0/${PV}" KEYWORDS="" IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind" +IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd +udev unwind" CDEPEND=">=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) @@ -67,7 +67,6 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1 ) - tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( @@ -172,7 +171,6 @@ src_configure() { $(use_enable glamor) $(use_enable kdrive) $(use_enable suid install-setuid) - $(use_enable tslib) $(use_enable unwind libunwind) $(use_enable wayland xwayland) $(use_enable !minimal record)