--- ../../../usr/portage/media-libs/libsdl/libsdl-1.2.13.ebuild 2008-01-10 03:06:17.000000000 -0500 +++ ../../../usr/local/portage/miscellaneous/media-libs/libsdl/libsdl-1.2.13-r1.ebuild 2008-02-08 16:44:49.000000000 -0500 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.2 2008/01/10 08:02:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.2 2008/02/08 08:02:21 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -15,7 +15,7 @@ # if you have the noaudio, novideo, nojoystick, or custom-cflags use flags # in USE and something breaks, you pick up the pieces. Be prepared for # bug reports to be marked INVALID. -IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags pulseaudio" +IUSE="oss alsa esd arts nas X dga video-x11-dgamouse xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags pulseaudio" RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 ) alsa? ( media-libs/alsa-lib ) @@ -127,6 +127,7 @@ $(use_enable nas) \ $(use_enable X video-x11) \ $(use_enable dga) \ + $(use_enable video-x11-dgamouse video-x11-dgamouse) \ $(use_enable xv video-x11-xv) \ $(use_enable xinerama video-x11-xinerama) \ $(use_enable X video-x11-xrandr) \