diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 16:38:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 16:38:32 +0000 |
commit | 4313a7f2c98e84b80dc3b868b7ac0670b6d4e061 (patch) | |
tree | 2e7f899f5018d238fb0a308cb1fc90ec44ddce59 /profiles/releases | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-4313a7f2c98e84b80dc3b868b7ac0670b6d4e061.tar.gz gentoo-2-4313a7f2c98e84b80dc3b868b7ac0670b6d4e061.tar.bz2 gentoo-2-4313a7f2c98e84b80dc3b868b7ac0670b6d4e061.zip |
Remove nptlonly sysfs from make.defaults, bug #405875
Diffstat (limited to 'profiles/releases')
-rw-r--r-- | profiles/releases/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/releases/make.defaults b/profiles/releases/make.defaults index 308386146991..104c8a93742f 100644 --- a/profiles/releases/make.defaults +++ b/profiles/releases/make.defaults @@ -1,7 +1,7 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.2 2008/07/29 14:47:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.3 2012/05/06 16:38:32 armin76 Exp $ # 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="acl cups gdbm gpm nptl nptlonly sysfs unicode" +USE="acl cups gdbm gpm nptl unicode" |