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 | |
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
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/releases/make.defaults | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index fd58e772fc9c..e52a60cf70c9 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6503 2012/05/06 09:13:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6504 2012/05/06 16:38:32 armin76 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! + 06 May 2012; Raúl Porcel <armin76@gentoo.org> releases/make.defaults: + Remove nptlonly sysfs from make.defaults, bug #405875 + 06 May 2012; Markos Chandras <hwoarang@gentoo.org> package.mask: Mask emesene:0 for removal 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" |