diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-01-20 13:43:03 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-01-20 13:43:03 +0000 |
commit | 596f74521ddc70a0e73ab6fb4525429c7e8a368e (patch) | |
tree | 6a5527c0daf18fa83039fa55688ff57114623981 | |
parent | Version bump. Drop ruby18 since it no longer seems to be supported and move t... (diff) | |
download | gentoo-2-596f74521ddc70a0e73ab6fb4525429c7e8a368e.tar.gz gentoo-2-596f74521ddc70a0e73ab6fb4525429c7e8a368e.tar.bz2 gentoo-2-596f74521ddc70a0e73ab6fb4525429c7e8a368e.zip |
Add useflag cups to desktop target settings
-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 066bd7bd6826..60b45da991e8 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,12 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7387 2013/01/20 13:41:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7388 2013/01/20 13:43:03 dilfridge 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! 20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> + targets/desktop/make.defaults: + Add useflag cups to desktop target settings + + 20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> default/linux/make.defaults: Remove useflag dri from default linux profile settings diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index 4bc266d3a77c..5c13f821a8ed 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2013 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.25 2013/01/20 13:39:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.26 2013/01/20 13:43:03 dilfridge Exp $ -USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit dbus dri dts dvd dvdr emboss encode exif fam firefox flac 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 udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" +USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam firefox flac 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 udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" |