Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504064 - www-apps/owncloud-5.0.15 should depend on dev-lang/php[sqlite]
Summary: www-apps/owncloud-5.0.15 should depend on dev-lang/php[sqlite]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 11:20 UTC by Róbert Čerňanský
Modified: 2014-03-10 20:47 UTC (History)
2 users (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 Róbert Čerňanský 2014-03-10 11:20:28 UTC
From www-apps/owncloud-5.0.15 ebuild:

RDEPEND="|| ( >=dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
	sqlite? ( <dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite3,xmlwriter,zip] )
	!sqlite? (
	<dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,xmlwriter,zip] ) )"

In the second line, there is dependency on <dev-lang/php-5.4.9[...,sqlite3,...] but no such php exists in the tree.  All php versions have sqlite use flag, not sqlite3.
Comment 1 Bernard Cafarelli gentoo-dev 2014-03-10 20:47:49 UTC
Indeed, it has been some time now since we had such a version in tree. Thanks for catching this old compatibility part, the RDEPEND line looks better now

Fixed in current ebuilds in tree