Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452868 - dev-php/Text_Template has bad variable DEPENDS
Summary: dev-php/Text_Template has bad variable DEPENDS
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: PATCH
Depends on:
Blocks:
 
Reported: 2013-01-18 19:56 UTC by Gordon Pettey
Modified: 2013-01-19 16:32 UTC (History)
1 user (show)

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 Gordon Pettey 2013-01-18 19:56:34 UTC
Text_Template only receives >=dev-php/pear-1.9.0 dependency through php-pear-lib-r1.eclass, because ebuild has DEPENDS where it should have DEPEND.

Reproducible: Always

Actual Results:  
DEPENDS=">=dev-php/pear-1.94"

Expected Results:  
DEPEND=">=dev-php/pear-1.94"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-19 16:32:22 UTC
Thanks!

+  19 Jan 2013; Jeroen Roovers <jer@gentoo.org> Text_Template-1.1.1.ebuild:
+  DEPENDS -> DEPEND by Gordon Pettey (bug #452868).
+