diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-06 17:38:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-06 17:38:40 +0000 |
commit | a8974eb2e1b5cc05152107cf13aeabf63f3428be (patch) | |
tree | 029628a1667d62de0f6bb846fd91f25d9bb3d72e /profiles/targets | |
parent | Fix building (bug #280573). (diff) | |
download | historical-a8974eb2e1b5cc05152107cf13aeabf63f3428be.tar.gz historical-a8974eb2e1b5cc05152107cf13aeabf63f3428be.tar.bz2 historical-a8974eb2e1b5cc05152107cf13aeabf63f3428be.zip |
Remove dvdread from make.defaults since it's not used by any ebuild in tree.
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index c180e0f47996..3064c50c5a90 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.4 2008/12/19 11:33:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.5 2009/08/06 17:38:40 ssuominen Exp $ -USE="acpi alsa branding cairo cdr dbus dvd dvdr dvdread eds emboss encode esd evo fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap libnotify mad mikmod mp3 mpeg ogg opengl pdf png ppds qt3 qt3support qt4 quicktime sdl spell svg tiff truetype vorbis win32codecs unicode usb X xml xulrunner xv" +USE="acpi alsa branding cairo cdr dbus dvd dvdr eds emboss encode esd evo fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap libnotify mad mikmod mp3 mpeg ogg opengl pdf png ppds qt3 qt3support qt4 quicktime sdl spell svg tiff truetype vorbis win32codecs unicode usb X xml xulrunner xv" # This is added for GNOME/Xfce USE="${USE} startup-notification" |