commit: 0e64b2794d4fbc11e274c8e566f3df09b11f6825 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Dec 8 18:54:16 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Dec 8 18:54:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e64b279
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 app-text/refbase/refbase-0.9.5.ebuild | 5 ++--- 1 file 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 39a921d..4c0130d 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
