commit:     447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 23:00:34 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 23:00:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447c7bc0

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

 ...PEAR-Archive_Tar-1.4.2.ebuild => PEAR-Archive_Tar-1.4.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 4b5b816..d0d4b20 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";

Reply via email to