From: Michael Orlitzky Date: Mon, 11 Jul 2016 23:00:34 +0000 (-0400) Subject: dev-php/PEAR-Archive_Tar: new revision dropping php[posix] USE dependency. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73;p=gentoo.git 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 Package-Manager: portage-2.2.28 --- diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild similarity index 87% rename from dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild rename to dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild index 4b5b816fede5..d0d4b2045c63 100644 --- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild +++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild @@ -14,10 +14,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" -DEPEND=">=dev-lang/php-5.4:*[pcre(+)] +DEPEND="dev-lang/php:*[pcre(+)] >=dev-php/PEAR-PEAR-1.9.0 " -RDEPEND=">=dev-lang/php-5.4:*[bzip2,posix,zlib] +RDEPEND="dev-lang/php:*[bzip2,zlib] ${DEPEND}" PDEPEND="dev-php/pear" HOMEPAGE="http://pear.php.net/package/Archive_Tar"