diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-21 18:59:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-21 18:59:05 +0000 |
commit | dff6c1c9556b99926ce819b226bf95cbcd366e6e (patch) | |
tree | 50de6b74818718bfd29b39884076e92bfdd4fca4 /profiles | |
parent | Reinserting the USE flags that are used by other packages than PHP (diff) | |
download | gentoo-2-dff6c1c9556b99926ce819b226bf95cbcd366e6e.tar.gz gentoo-2-dff6c1c9556b99926ce819b226bf95cbcd366e6e.tar.bz2 gentoo-2-dff6c1c9556b99926ce819b226bf95cbcd366e6e.zip |
whitespace
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/make.defaults | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index ad53fab5b16f..5d0eaee87d5e 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.5 2010/10/21 18:57:00 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.6 2010/10/21 18:59:05 ssuominen Exp $ # Sandbox should work now, leaving commented for testing. # FEATURES="-sandbox" @@ -17,7 +17,7 @@ USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" # 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" +USE="${USE} cli pcre session" # Javier Villavicencio <the_paya@gentoo.org> (22 Jan 2009) # Enabled again for testing. diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 7d10a01530b1..f7d98899fc45 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.10 2010/10/21 18:57:00 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.11 2010/10/21 18:59:05 ssuominen Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -14,7 +14,7 @@ # 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" +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" |