commit:     0824a358659678c52ada46bc9bb44af359586a96
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 06:22:37 2016 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 06:23:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0824a358

app-crypt/gpgme: even simpler distutils usage

Package-Manager: portage-2.2.28

 app-crypt/gpgme/gpgme-1.7.0.ebuild | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild 
b/app-crypt/gpgme/gpgme-1.7.0.ebuild
index 7ea80be..2ffe8f3 100644
--- a/app-crypt/gpgme/gpgme-1.7.0.ebuild
+++ b/app-crypt/gpgme/gpgme-1.7.0.ebuild
@@ -45,7 +45,7 @@ PATCHES=(
 do_python() {
        if use python; then
                pushd lang/python > /dev/null || die
-               binary_builddir="${S}" distutils-r1_src_${EBUILD_PHASE}
+               distutils-r1_src_${EBUILD_PHASE}
                popd > /dev/null
        fi
 }
@@ -71,20 +71,13 @@ src_configure() {
                --enable-languages="${languages[*]}" \
                $(use_enable static-libs static)
 
-       python_conf() {
-               econf --enable-languages=
-       }
-       use python && python_foreach_impl python_conf
+       use python && make -C lang/python prepare
+
        do_python
 }
 
 src_compile() {
        default
-
-       python_build() {
-               make -C lang/python prepare
-       }
-       use python && python_foreach_impl python_build
        do_python
 }
 

Reply via email to