Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538064 - dev-php/phing should depend on dev-lang/php[cli]
Summary: dev-php/phing should depend on dev-lang/php[cli]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 16:08 UTC by Oleg Gawriloff
Modified: 2015-05-04 15:25 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 Oleg Gawriloff 2015-01-28 16:08:49 UTC
Currently phing depend on:
        dev-lang/php[phar,xml,xslt]
this should be modified to         dev-lang/php[phar,xml,xslt,cli] 
because it demangs php binary available:
strace /usr/share/php/phing/phing.phar -v contains:
execve("/usr/bin/php", ["php", "/usr/share/php/phing/phing.phar", "-v"], [/* 14 vars */]) = 0
brk(o)                                  = 0xcd3000


Reproducible: Always
Comment 1 Brian Evans (RETIRED) gentoo-dev 2015-05-04 15:25:36 UTC
+*phing-2.10.1 (04 May 2015)
+
+  04 May 2015; Brian Evans <grknight@gentoo.org> +phing-2.10.1.ebuild:
+  Version bump; Fix cli USE dep on dev-lang/php wrt bug 538064
+