From e0396f7afebc27e77af1d92f4bcd06f8fd169c26 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 27 Jan 2018 18:04:09 -0800 Subject: dev-libs/DirectFB: Drop old drivers --- dev-libs/DirectFB/DirectFB-1.7.6.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild index c42e4dad4a61..9c044f0ba4b3 100644 --- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild +++ b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,18 +9,16 @@ inherit autotools eutils toolchain-funcs I_TO_D_intel="i810,i830" I_TO_D_mga="matrox" I_TO_D_r128="ati128" -I_TO_D_s3="unichrome" -I_TO_D_sis="sis315" I_TO_D_via="cle266" # cyber5k davinci ep9x omap pxa3xx sh772x savage pvr2d -IUSE_VIDEO_CARDS=" intel mach64 mga neomagic nvidia r128 radeon s3 sis tdfx via vmware" +IUSE_VIDEO_CARDS=" intel mga nvidia r128 radeon tdfx via vmware" IUV=${IUSE_VIDEO_CARDS// / video_cards_} # echo `sed -n '/Possible inputdrivers are:/,/^$/{/\(Possible\|^input\)/d;s:\[ *::;s:\].*::;s:,::g;p}' configure.in` I_TO_D_elo2300="elo-input" I_TO_D_evdev="linuxinput" I_TO_D_mouse="ps2mouse,serialmouse" # dbox2remote dreamboxremote gunze h3600_ts penmount sonypijogdial ucb1x00 wm97xx zytronic -IUSE_INPUT_DEVICES=" dynapro elo2300 evdev joystick keyboard lirc mouse mutouch tslib" +IUSE_INPUT_DEVICES=" dynapro elo2300 evdev joystick keyboard lirc mouse tslib" IUD=${IUSE_INPUT_DEVICES// / input_devices_} DESCRIPTION="Thin library on top of the Linux framebuffer devices" -- cgit v1.2.3-65-gdbad