commit: c984bfc3c59cf92cea494f40d54be7d24edf95d2 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Jul 13 14:08:12 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Jul 13 14:08:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c984bfc3
php-ex-source-r2.eclass: Drop unused inherits eclass/php-ext-source-r2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
