diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-07-30 00:31:00 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-07-30 00:31:00 +0000 |
commit | 051548bb758b4cafb0aea0b4b5c511f00a43de25 (patch) | |
tree | 678d38f9f9f1c90837b4e329754d720c09913b6a /profiles/releases | |
parent | Drop sys-apps/texinfo from packages.build, bug 471192. (diff) | |
download | historical-051548bb758b4cafb0aea0b4b5c511f00a43de25.tar.gz historical-051548bb758b4cafb0aea0b4b5c511f00a43de25.tar.bz2 historical-051548bb758b4cafb0aea0b4b5c511f00a43de25.zip |
Drop gpm from default release USE flags, bug 449364.
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 ca2520d3e31a..110c540e3f5b 100644 --- a/profiles/releases/make.defaults +++ b/profiles/releases/make.defaults @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.4 2013/01/20 13:46:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.5 2013/07/30 00:31:00 mattst88 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 gdbm gpm nptl unicode" +USE="acl gdbm nptl unicode" |