summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/owncloud/owncloud-6.0.8.ebuild')
-rw-r--r--www-apps/owncloud/owncloud-6.0.8.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/www-apps/owncloud/owncloud-6.0.8.ebuild b/www-apps/owncloud/owncloud-6.0.8.ebuild
index 8c66e7dafa62..5f8e02b8641a 100644
--- a/www-apps/owncloud/owncloud-6.0.8.ebuild
+++ b/www-apps/owncloud/owncloud-6.0.8.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-6.0.8.ebuild,v 1.1 2015/06/10 13:18:32 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-6.0.8.ebuild,v 1.2 2015/06/18 12:17:08 voyageur Exp $
EAPI=5
-inherit eutils webapp depend.php
+inherit eutils webapp
DESCRIPTION="Web-based storage application where all your data is under your own control"
HOMEPAGE="http://owncloud.org"
@@ -16,9 +16,8 @@ IUSE="+curl mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"
DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]"
-need_httpd_cgi
-need_php_httpd
+RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
+ virtual/httpd-php"
S=${WORKDIR}/${PN}