diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:57:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:57:20 +0000 |
commit | 0e02960d47a240cd8805c67104c3a72abfaa2c56 (patch) | |
tree | 0b82aa7148e95ac12a10b8ae3de5a5031f2109aa /profiles | |
parent | I added some recommended USE flags from the php team for dev-lang/php per bug... (diff) | |
download | gentoo-2-0e02960d47a240cd8805c67104c3a72abfaa2c56.tar.gz gentoo-2-0e02960d47a240cd8805c67104c3a72abfaa2c56.tar.bz2 gentoo-2-0e02960d47a240cd8805c67104c3a72abfaa2c56.zip |
I added some recommended USE flags from the php team for dev-lang/php per bug #120088 and to bring this inline with what was used fo the 2006.0 release. This is being done here to keep from breaking non default-linux profiles.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.0/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.0/make.defaults b/profiles/default-linux/ppc/ppc64/2006.0/make.defaults new file mode 100644 index 000000000000..c98d4f28cfce --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2006.0/make.defaults @@ -0,0 +1,2 @@ +# These are added to make dev-lang/php behave properly. See bug #120088 +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" |