diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-12 16:12:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-12 16:12:41 +0000 |
commit | 9b43a6e98e2de4fdfd3360bb84a85da4238ddc41 (patch) | |
tree | 454cff628ef1e97ff25e2361651d5fd26d4d68ee /profiles | |
parent | Removed udev from default USE due to bug #158114. (diff) | |
download | gentoo-2-9b43a6e98e2de4fdfd3360bb84a85da4238ddc41.tar.gz gentoo-2-9b43a6e98e2de4fdfd3360bb84a85da4238ddc41.tar.bz2 gentoo-2-9b43a6e98e2de4fdfd3360bb84a85da4238ddc41.zip |
Removed udev from default USE due to bug #158114.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ia64/2006.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/ia64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-linux/ia64/dev/2007.0/make.defaults | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/profiles/default-linux/ia64/2006.0/make.defaults b/profiles/default-linux/ia64/2006.0/make.defaults index 69e77978ea78..ba61e0bec2ed 100644 --- a/profiles/default-linux/ia64/2006.0/make.defaults +++ b/profiles/default-linux/ia64/2006.0/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2006.0/make.defaults,v 1.7 2006/10/28 13:29:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2006.0/make.defaults,v 1.8 2007/02/12 16:12:41 wolf31o2 Exp $ -USE="apache2 cups eds encode foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif ogg opengl oss png qt3 qt4 quicktime sdl spell truetype udev vorbis X xml2 xv" +USE="apache2 cups eds encode foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif ogg opengl oss png qt3 qt4 quicktime sdl spell truetype vorbis X xml2 xv" diff --git a/profiles/default-linux/ia64/ChangeLog b/profiles/default-linux/ia64/ChangeLog index 6d1396f8afc6..43869e1e9bc1 100644 --- a/profiles/default-linux/ia64/ChangeLog +++ b/profiles/default-linux/ia64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for ia64 profile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/ChangeLog,v 1.14 2007/02/09 23:25:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/ChangeLog,v 1.15 2007/02/12 16:12:41 wolf31o2 Exp $ + + 12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> 2006.0/make.defaults, + dev/2007.0/make.defaults: + Removed udev from default USE due to bug #158114. 09 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> +dev/2007.0/desktop/make.defaults, +dev/2007.0/desktop/parent, diff --git a/profiles/default-linux/ia64/dev/2007.0/make.defaults b/profiles/default-linux/ia64/dev/2007.0/make.defaults index aa1a82b41bb5..fe801eaa84a4 100644 --- a/profiles/default-linux/ia64/dev/2007.0/make.defaults +++ b/profiles/default-linux/ia64/dev/2007.0/make.defaults @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/dev/2007.0/make.defaults,v 1.3 2007/02/09 23:25:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/dev/2007.0/make.defaults,v 1.4 2007/02/12 16:12:41 wolf31o2 Exp $ # We build stage1 against this STAGE1_USE="nptl nptlonly unicode" # These USE flags are what is common between the various sub-profiles. Stages 2 # and 3 are built against these, so be careful what you add. -USE="cups gdbm gpm libg++ nptl nptlonly ppds udev unicode" +USE="cups gdbm gpm libg++ nptl nptlonly ppds unicode" |