diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-13 10:08:12 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-13 10:08:12 -0400 |
commit | c984bfc3c59cf92cea494f40d54be7d24edf95d2 (patch) | |
tree | 475ee64417ab6ab1d0bddb039565727b69634676 | |
parent | dev-php/pecl-crack: Ensure epatch is available (diff) | |
download | gentoo-c984bfc3c59cf92cea494f40d54be7d24edf95d2.tar.gz gentoo-c984bfc3c59cf92cea494f40d54be7d24edf95d2.tar.bz2 gentoo-c984bfc3c59cf92cea494f40d54be7d24edf95d2.zip |
php-ex-source-r2.eclass: Drop unused inherits
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 254743c52063..36d27fb921b2 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 |