summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:16:35 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:16:35 -0500
commit1ec7766a328e2ff7f35086f71a4307d188d29b50 (patch)
treea464de42483a478561158dd46049137c679967ec
parentRename the "modules" action to "list-modules". (diff)
downloadeselect-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.in3
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"
#