diff options
author | Brian Evans <grknight@gentoo.org> | 2015-12-08 13:54:16 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-12-08 13:54:16 -0500 |
commit | 0e64b2794d4fbc11e274c8e566f3df09b11f6825 (patch) | |
tree | 94f99e1042bbde15b2995687a40d357695d58cab /app-text/refbase | |
parent | www-apps/dotproject: Remove depend.php from inherit wrt bug 552862 (diff) | |
download | gentoo-0e64b2794d4fbc11e274c8e566f3df09b11f6825.tar.gz gentoo-0e64b2794d4fbc11e274c8e566f3df09b11f6825.tar.bz2 gentoo-0e64b2794d4fbc11e274c8e566f3df09b11f6825.zip |
app-text/refbase: Remove depend.php from inherit wrt bug 552874
This simply replaces the function call with the dep it was adding.
No effective dep changes.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-text/refbase')
-rw-r--r-- | app-text/refbase/refbase-0.9.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild index 39a921dc10c3..4c0130dfae69 100644 --- a/app-text/refbase/refbase-0.9.5.ebuild +++ b/app-text/refbase/refbase-0.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="2" -inherit depend.apache depend.php webapp +inherit depend.apache webapp DESCRIPTION="Web-based solution for managing scientific literature, references and citations" HOMEPAGE="http://www.refbase.net/" @@ -18,7 +18,6 @@ DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) RDEPEND="${DEPEND}" need_apache -need_php pkg_setup() { webapp_pkg_setup |