x11-base/xorg-server: Remove tslib support
authorMatt Turner <mattst88@gentoo.org>
Thu, 23 Mar 2017 01:22:43 +0000 (18:22 -0700)
committerMatt Turner <mattst88@gentoo.org>
Fri, 24 Mar 2017 03:31:38 +0000 (20:31 -0700)
Deleted in upstream commits 27819950e4158326e0f83a30f2e8968b932625ef and
5c7ed785e3bdb9f0fbf8fbfdc93b5fdd2b2c7dbf

x11-base/xorg-server/xorg-server-9999.ebuild

index 798b09ed7ea307bb54be0ab03adb0e12f8e7b6b1..9ab33a38ecb54e72f573cd6cc3cb06047c34570c 100644 (file)
@@ -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)