commit:     1ec7766a328e2ff7f35086f71a4307d188d29b50
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 19:16:35 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 19:16:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=1ec7766a

Don't inherit config or multilib.

These two inherit commands are no longer needed. We don't use
list_libdirs() anymore thanks to autotools, and I don't think the
config functions were ever needed recently.

 src/php.eselect.in.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in
index 8f241ce..603dced 100644
--- a/src/php.eselect.in.in
+++ b/src/php.eselect.in.in
@@ -1,11 +1,8 @@
 # Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit config multilib
-
 DESCRIPTION="Manage php installations"
 MAINTAINER="php-b...@gentoo.org"
-
 MODULES="cli apache2 fpm cgi phpdbg"
 
 #

Reply via email to