Please remove the 'posix' RDEPEND built-with dependency flag in regards to: https://bugs.gentoo.org/show_bug.cgi?id=447180#c8 Thanks! Reproducible: Always Expected Results: RDEPEND="dev-lang/php:*[bzip2,zlib] ...
Thanks for letting us know it can be dropped. I fixed it in a new revision of PEAR-Archive_Tar-1.4.2: commit 447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73 Author: Michael Orlitzky <mjo@gentoo.org> Date: Mon Jul 11 19:00:34 2016 -0400 dev-php/PEAR-Archive_Tar: new revision dropping php[posix] USE dependency. These days, upstream is checking for the existence of the posix_* functions before trying to use them. Thus we no longer need to require dev-lang/php[posix] at runtime. Gentoo-Bug: 573810