Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478186 - www-apps/moodle-2.5.1 should depend on >=dev-lang/php-5.3
Summary: www-apps/moodle-2.5.1 should depend on >=dev-lang/php-5.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 00:18 UTC by Michael
Modified: 2013-07-28 23:56 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 Michael 2013-07-26 00:18:24 UTC
More precisely it needs >=dev-lang/php-5.3.3, but for now it nailed up to php:5.3.

Quote from in-tree ebuild:
"=dev-lang/php-5.3*[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}]"

I personally use it with php-5.5 and it works fine.
Comment 1 Anthony Basile gentoo-dev 2013-07-28 23:56:46 UTC
Fixed in the tree.  Please reopen if this is still an issue:



@@ -39,7 +39,7 @@
 # which may live on another server
 DEPEND=""
 RDEPEND="
-	=dev-lang/php-5.3*[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}]
+	>=dev-lang/php-5.3.3[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}]
 	virtual/httpd-php
 	virtual/cron"