diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-04-30 20:52:51 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-04-30 20:52:51 +0000 |
commit | 68be07b2cb2c699e61ee0c7c2880aa72f186538b (patch) | |
tree | f955d2e765d7943924fd3c687aa99093c1e94ff0 /app-text/refbase/refbase-0.9.5.ebuild | |
parent | Remove old versions. (diff) | |
download | historical-68be07b2cb2c699e61ee0c7c2880aa72f186538b.tar.gz historical-68be07b2cb2c699e61ee0c7c2880aa72f186538b.tar.bz2 historical-68be07b2cb2c699e61ee0c7c2880aa72f186538b.zip |
php5.3 depend fix
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'app-text/refbase/refbase-0.9.5.ebuild')
-rw-r--r-- | app-text/refbase/refbase-0.9.5.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild index 37fca1205ced..85fe70338543 100644 --- a/app-text/refbase/refbase-0.9.5.ebuild +++ b/app-text/refbase/refbase-0.9.5.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild,v 1.1 2009/08/01 10:59:29 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild,v 1.2 2010/04/30 20:52:51 mabi Exp $ +EAPI="2" inherit depend.apache depend.php webapp DESCRIPTION="Web-based solution for managing scientific literature, references and citations" @@ -10,7 +11,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="app-admin/webapp-config +DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) + dev-lang/php[mysql,session] + app-admin/webapp-config app-text/bibutils" RDEPEND="${DEPEND}" @@ -18,7 +21,6 @@ need_apache need_php pkg_setup() { - require_php_with_use mysql pcre session webapp_pkg_setup } |