dev-php/PEAR-Archive_Tar: new revision dropping php[posix] USE dependency.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 11 Jul 2016 23:00:34 +0000 (19:00 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 11 Jul 2016 23:00:51 +0000 (19:00 -0400)
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

dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild [moved from dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild with 87% similarity]

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 4b5b816fede5391e52c523796f6099c68486ae08..d0d4b2045c63938c4ffdddd3b99ba38ccd3cecdc 100644 (file)
@@ -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"