From 1ec7766a328e2ff7f35086f71a4307d188d29b50 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 22 Jan 2016 14:16:35 -0500 Subject: 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-bugs@gentoo.org" - MODULES="cli apache2 fpm cgi phpdbg" # -- cgit v1.2.3-65-gdbad