diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-06 22:18:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-06 22:18:06 +0000 |
commit | 450ec715d2f57d4b25c46f245b305595a2f7a2fb (patch) | |
tree | 636093d0f329e8a726dc8e8f286704c4164083b3 /profiles | |
parent | As painful as this is for me, I'm removing older versions of this ebuild. Th... (diff) | |
download | gentoo-2-450ec715d2f57d4b25c46f245b305595a2f7a2fb.tar.gz gentoo-2-450ec715d2f57d4b25c46f245b305595a2f7a2fb.tar.bz2 gentoo-2-450ec715d2f57d4b25c46f245b305595a2f7a2fb.zip |
Added a few extra USE flags to the defaults for 2007.0, so programs will work out of the box and as expected. This gives us more flexibility on the LiveDVD, and only affects the desktop profile, which nothing but the LiveCD/LiveDVD is built against.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/ChangeLog | 9 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/2007.0/desktop/make.defaults | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/profiles/default-linux/x86/ChangeLog b/profiles/default-linux/x86/ChangeLog index ed763678d3f1..b4706a53f9db 100644 --- a/profiles/default-linux/x86/ChangeLog +++ b/profiles/default-linux/x86/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.55 2007/02/05 18:53:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.56 2007/02/06 22:18:06 wolf31o2 Exp $ + + 06 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> + dev/2007.0/desktop/make.defaults: + Added a few extra USE flags to the defaults for 2007.0, so programs will + work out of the box and as expected. This gives us more flexibility on the + LiveDVD, and only affects the desktop profile, which nothing but the + LiveCD/LiveDVD is built against. 05 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> make.defaults: Updated the default ALSA_CARDS to build both emu10k1 drivers, since the diff --git a/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults b/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults index 05f2df0445d9..688328b1d1d9 100644 --- a/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults +++ b/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults,v 1.1 2006/11/03 22:36:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2007.0/desktop/make.defaults,v 1.2 2007/02/06 22:18:06 wolf31o2 Exp $ STAGE1_USE="nptl nptlonly unicode" -USE="alsa arts cairo cdr dbus dvd dvdr eds emboss encode esd fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap mad mikmod mp3 mpeg ogg opengl oss png qt3 qt4 quicktime sdl spell truetype vorbis win32codecs unicode X xml xv" +USE="acpi alsa arts cairo cdr dbus dlloader dvd dvdr dvdread eds emboss encode esd evo fam firefox gif gnome gpm gstreamer gtk hal jpeg kde kerberos ldap mad mikmod mp3 mpeg ogg opengl oss pdf png qt3 qt4 quicktime sdl spell svg tiff truetype vorbis win32codecs unicode X xml xv" |