diff options
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/releases/make.defaults | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index a12e601b924a..af2aa5291977 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1727 2008/07/29 10:45:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1728 2008/07/29 14:47:28 wolf31o2 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 doubt put a record here! + 29 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> + releases/make.defaults: + Added sysfs USE flag for bug #183201. + 29 Jul 2008; SĂ©bastien Fabbro <bicatali@gentoo.org> package.mask: Removed masking on sci-physics/root-5.20.00 diff --git a/profiles/releases/make.defaults b/profiles/releases/make.defaults index 6a01f54afc0a..308386146991 100644 --- a/profiles/releases/make.defaults +++ b/profiles/releases/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.1 2008/04/01 17:41:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.2 2008/07/29 14:47:28 wolf31o2 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 unicode" +USE="acl cups gdbm gpm nptl nptlonly sysfs unicode" |