summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-07-13 10:08:12 -0400
committerBrian Evans <grknight@gentoo.org>2017-07-13 10:08:12 -0400
commitc984bfc3c59cf92cea494f40d54be7d24edf95d2 (patch)
tree475ee64417ab6ab1d0bddb039565727b69634676
parent8c3020c235f7eb4a5ff155be56194366b5e8de4c (diff)
downloadgentoo-c984bfc3c59cf92cea494f40d54be7d24edf95d2.tar.gz
gentoo-c984bfc3c59cf92cea494f40d54be7d24edf95d2.tar.xz
php-ex-source-r2.eclass: Drop unused inherits
-rw-r--r--eclass/php-ext-source-r2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index 254743c5206..36d27fb921b 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -15,7 +15,7 @@
# This eclass provides a unified interface for compiling and installing standalone
# PHP extensions (modules).
-inherit flag-o-matic autotools multilib eutils
+inherit autotools multilib
EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install