diff options
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/targets/desktop/make.defaults | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 8ea8743e2448..e25360184536 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5489 2011/06/29 17:27:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5490 2011/06/29 17:29:22 pacho Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 29 Jun 2011; Pacho Ramos <pacho@gentoo.org> targets/desktop/make.defaults: + Enable 'cdda' by default as most desktop users will want it like 'cdr' and + prevents people from having to manually enable it for sound-juicer. + 29 Jun 2011; Pacho Ramos <pacho@gentoo.org> ChangeLog: Mask for removal in 30 days x11-libs/gtksourceview:1.0 and reverse dependencies, bug #354241 diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index 9494e8b44960..c4ba2ca17ad1 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2011 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.20 2011/04/29 10:29:05 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.21 2011/06/29 17:29:22 pacho Exp $ -USE="a52 aac acpi alsa bluetooth branding cairo cdr consolekit dbus dts dvd dvdr emboss encode exif fam firefox flac gdu gif gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt3support qt4 sdl spell startup-notification svg tiff truetype vorbis udev unicode usb X xcb x264 xml xulrunner xv xvid" +USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit dbus dts dvd dvdr emboss encode exif fam firefox flac gdu gif gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt3support qt4 sdl spell startup-notification svg tiff truetype vorbis udev unicode usb X xcb x264 xml xulrunner xv xvid" |