diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-12 16:11:52 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-12 16:11:52 +0000 |
commit | c1c4ee1b3c5d3a5f46211d13fa42f226038401e5 (patch) | |
tree | aa90b46ce8a3b374543b5124621a5ae11add1582 /profiles | |
parent | Removed udev from default USE due to bug #158114. (diff) | |
download | gentoo-2-c1c4ee1b3c5d3a5f46211d13fa42f226038401e5.tar.gz gentoo-2-c1c4ee1b3c5d3a5f46211d13fa42f226038401e5.tar.bz2 gentoo-2-c1c4ee1b3c5d3a5f46211d13fa42f226038401e5.zip |
Removed udev from default USE due to bug #158114.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2006.1/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-linux/amd64/dev/32bit-userland/make.defaults | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/profiles/default-linux/amd64/2006.1/make.defaults b/profiles/default-linux/amd64/2006.1/make.defaults index d60ae8ef1cbb..6714346db324 100644 --- a/profiles/default-linux/amd64/2006.1/make.defaults +++ b/profiles/default-linux/amd64/2006.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/make.defaults,v 1.5 2006/06/30 22:28:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/make.defaults,v 1.6 2007/02/12 16:11:52 wolf31o2 Exp $ ABI=amd64 @@ -11,4 +11,4 @@ STAGE1_USE="nptl nptlonly unicode" # General 2006.1 profile settings # These USE flags are what is common between the various sub-profiles. -USE="cups gdbm gpm libg++ nptl nptlonly ppds udev unicode" +USE="cups gdbm gpm libg++ nptl nptlonly ppds unicode" diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index 72f26d0379d4..de7916373d6f 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.67 2007/02/11 15:09:14 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.68 2007/02/12 16:11:52 wolf31o2 Exp $ + + 12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> 2006.1/make.defaults, + dev/32bit-userland/make.defaults: + Removed udev from default USE due to bug #158114. 11 Feb 2007; Simon Stelling <blubb@gentoo.org> -2006.0/32bit-userland/README, +dev/32bit-userland/make.defaults, diff --git a/profiles/default-linux/amd64/dev/32bit-userland/make.defaults b/profiles/default-linux/amd64/dev/32bit-userland/make.defaults index 9d86cd7ce160..01eda5d6eea0 100644 --- a/profiles/default-linux/amd64/dev/32bit-userland/make.defaults +++ b/profiles/default-linux/amd64/dev/32bit-userland/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/32bit-userland/make.defaults,v 1.1 2007/02/11 15:09:15 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/32bit-userland/make.defaults,v 1.2 2007/02/12 16:11:52 wolf31o2 Exp $ DEFAULT_ABI="x86" ABI="x86" @@ -13,7 +13,7 @@ STAGE1_USE="nptl nptlonly unicode" # General 2006.1 profile settings # These USE flags are what is common between the various sub-profiles. -USE="cups gdbm gpm libg++ nptl nptlonly ppds udev unicode" +USE="cups gdbm gpm libg++ nptl nptlonly ppds unicode" FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" |