diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-07-11 19:00:34 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-07-11 19:00:51 -0400 |
commit | 447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73 (patch) | |
tree | 3df172c6afbfc6158d88dd0ac36a989281327634 /dev-php/PEAR-Archive_Tar | |
parent | app-emulation/ganeti: add Debian patch series, including haskell dep tweaks (diff) | |
download | gentoo-447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73.tar.gz gentoo-447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73.tar.bz2 gentoo-447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73.zip |
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
Diffstat (limited to 'dev-php/PEAR-Archive_Tar')
-rw-r--r-- | dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild (renamed from dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild) | 4 |
1 files 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 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" |