summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-10-09 14:34:26 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-10-09 14:34:26 +0000
commitadb44152f62811d975b80c28f00e8abb37da0355 (patch)
treee110e57a6b9ca74f1d507e1a110f311d528d8a55 /profiles
parentppc64 stable wrt #324077 (diff)
downloadhistorical-adb44152f62811d975b80c28f00e8abb37da0355.tar.gz
historical-adb44152f62811d975b80c28f00e8abb37da0355.tar.bz2
historical-adb44152f62811d975b80c28f00e8abb37da0355.zip
Added default for PHP_TARGETS
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 96cfe95cfbff..da8989622aa0 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/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/base/make.defaults,v 1.57 2010/10/08 19:09:25 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.58 2010/10/09 14:34:26 olemarkus Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -26,6 +26,10 @@ KERNEL="linux"
USERLAND="GNU"
INPUT_DEVICES="keyboard mouse"
+# Ole Markus With <olemarkus@gentoo.org> (09 Oct 2010)
+# Default PHP targets (should always be latest stable version)
+PHP_TARGETS="php-5.2"
+
# Andreas K. Huettel <dilfridge@gentoo.org> (28 Sep 2010)
# Small default list of enabled plugins for collectd
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"