diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 14:16:35 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 14:16:35 -0500 |
commit | 1ec7766a328e2ff7f35086f71a4307d188d29b50 (patch) | |
tree | a464de42483a478561158dd46049137c679967ec | |
parent | Rename the "modules" action to "list-modules". (diff) | |
download | eselect-php-1ec7766a328e2ff7f35086f71a4307d188d29b50.tar.gz eselect-php-1ec7766a328e2ff7f35086f71a4307d188d29b50.tar.bz2 eselect-php-1ec7766a328e2ff7f35086f71a4307d188d29b50.zip |
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.
-rw-r--r-- | src/php.eselect.in.in | 3 |
1 files changed, 0 insertions, 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" # |