blob: 8d1b88e9c494c46ec89292cab90cdad9ecd3e285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>php-bugs@gentoo.org</email>
<name>PHP</name>
</maintainer>
<use>
<flag name="curl">Force dev-lang/php to be compiled with curl extension</flag>
<flag name="fileinfo">Force dev-lang/php to be compiled with fileinfo extension</flag>
<flag name="ssl">Force dev-lang/php to be compiled with ssl extension</flag>
<flag name="zlib">Force dev-lang/php to be compiled with zlib extension</flag>
</use>
</pkgmetadata>
|