Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573810 - dev-php/PEAR-Archive_Tar-1.3.15: Remove 'posix' built-with dependency
Summary: dev-php/PEAR-Archive_Tar-1.3.15: Remove 'posix' built-with dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-04 00:22 UTC by Terra
Modified: 2016-07-11 23:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Terra 2016-02-04 00:22:57 UTC
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] ...
Comment 1 Michael Orlitzky gentoo-dev 2016-07-11 23:02:49 UTC
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