diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-07-10 18:48:03 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-07-10 18:48:19 -0400 |
commit | 90d6b363a5e12a3de93aa91d77447344948147ce (patch) | |
tree | 6ae6fcd166e6a846dc87673a69d80b854b23f5f2 /dev-php/xcache/metadata.xml | |
parent | sys-devel/binutils-apple: Whitespace (diff) | |
download | gentoo-90d6b363a5e12a3de93aa91d77447344948147ce.tar.gz gentoo-90d6b363a5e12a3de93aa91d77447344948147ce.tar.bz2 gentoo-90d6b363a5e12a3de93aa91d77447344948147ce.zip |
dev-php/xcache: new revision for v3.2.0.
The main reason for this revision is to make the coverager module
optional. It is now hidden behind the USE=coverage flag and is not
enabled by default (it is not recommended for production servers).
At the same time, the ebuild was upgraded to EAPI=6 and now uses the
newer revision php-ext-source-r3.eclass. Finally, the htdocs/ admin
interface directory was moved out of /usr/share/php and into
/usr/share/xcache, which is more appropriate. Two minor repoman
warnings were also corrected.
Gentoo-Bug: 491358
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-php/xcache/metadata.xml')
-rw-r--r-- | dev-php/xcache/metadata.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-php/xcache/metadata.xml b/dev-php/xcache/metadata.xml index b86acf66c756..48b6cd35a6fc 100644 --- a/dev-php/xcache/metadata.xml +++ b/dev-php/xcache/metadata.xml @@ -5,4 +5,11 @@ <email>php-bugs@gentoo.org</email> <name>PHP</name> </maintainer> + + <use> + <flag name="coverage"> + Enable the coverager module (not recommended for + production servers). + </flag> + </use> </pkgmetadata> |