summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-10-21 18:57:00 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-10-21 18:57:00 +0000
commit0f6fc59faf4fb6ff7b4d1f435be8cf0b20e3a702 (patch)
treee2a28b6e6f428509b0ac906399ce463e818242fe /profiles/default/linux/make.defaults
parentStable for HPPA (bug #339819). (diff)
downloadgentoo-2-0f6fc59faf4fb6ff7b4d1f435be8cf0b20e3a702.tar.gz
gentoo-2-0f6fc59faf4fb6ff7b4d1f435be8cf0b20e3a702.tar.bz2
gentoo-2-0f6fc59faf4fb6ff7b4d1f435be8cf0b20e3a702.zip
Reinserting the USE flags that are used by other packages than PHP
Diffstat (limited to 'profiles/default/linux/make.defaults')
-rw-r--r--profiles/default/linux/make.defaults8
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index c61d5b2e901c..7d10a01530b1 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.9 2010/10/19 20:32:35 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.10 2010/10/21 18:57:00 olemarkus Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -10,6 +10,12 @@
# has a conditional dependency on java (which it does,) then a JDK will be
# pulled in during *emerge system*!
+# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
+# These USE flags were originally inserted here because of PHP
+# and were later removed by me. Reinserting the USE flags again because they are
+# global USE flags that may be expected to be set by other packages.
+USE="${USE} cli pcre session"
+
# Default starting set of USE flags for all default/linux profiles.
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"