diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-09 14:34:26 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-09 14:34:26 +0000 |
commit | adb44152f62811d975b80c28f00e8abb37da0355 (patch) | |
tree | e110e57a6b9ca74f1d507e1a110f311d528d8a55 /profiles | |
parent | ppc64 stable wrt #324077 (diff) | |
download | historical-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.defaults | 6 |
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" |