diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-19 20:32:35 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-19 20:32:35 +0000 |
commit | 4ded8fdfe58bc324d53f4bc91541552d2ccea974 (patch) | |
tree | 9fe8c892fed5c92f3c6984faae7dd1a0d5a31d51 /profiles/default | |
parent | Removing older version of dev-lang/php (diff) | |
download | gentoo-2-4ded8fdfe58bc324d53f4bc91541552d2ccea974.tar.gz gentoo-2-4ded8fdfe58bc324d53f4bc91541552d2ccea974.tar.bz2 gentoo-2-4ded8fdfe58bc324d53f4bc91541552d2ccea974.zip |
PHP ebuilds now make use of default USE flags. No longer any point in enabling
them by default in make.defaults.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default/linux/make.defaults | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index a84293b58249..1e20217c9c27 100644 --- a/profiles/default/bsd/fbsd/make.defaults +++ b/profiles/default/bsd/fbsd/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.3 2009/01/24 07:59:26 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.4 2010/10/19 20:32:35 olemarkus Exp $ # Sandbox should work now, leaving commented for testing. # FEATURES="-sandbox" @@ -21,10 +21,6 @@ USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" # Modular X: Support direct rendering by default USE="${USE} dri" -# 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org> -# Make sure dev-lang/php works right. See bug #120088 for more info. -USE="${USE} cli pcre reflection session spl" - # 2006/04/21 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: Build the Xorg X server by default USE="${USE} xorg" diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index be55c7b8df27..c61d5b2e901c 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.8 2010/09/07 22:04:18 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.9 2010/10/19 20:32:35 olemarkus Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -24,10 +24,6 @@ USE="${USE} dri" # isdn USE flag defaults USE="${USE} pppd" -# 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org> -# Make sure dev-lang/php works right. See bug #120088 for more info. -USE="${USE} cli pcre reflection session" - # 2006/04/21 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: Build the Xorg X server by default USE="${USE} xorg" |