From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 747C2138010 for ; Sat, 8 Sep 2012 21:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0588321C01B; Sat, 8 Sep 2012 21:59:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CE75321C01B for ; Sat, 8 Sep 2012 21:59:40 +0000 (UTC) Received: from pomiocik.lan (87-205-55-151.adsl.inetia.pl [87.205.55.151]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 7FB1D33D218; Sat, 8 Sep 2012 21:59:39 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH python-distutils-ng 3/4] Move EXPORT_FUNCTIONS after the EAPI switch. Date: Sun, 9 Sep 2012 00:00:36 +0200 Message-Id: <1347141637-1148-4-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1347141637-1148-1-git-send-email-mgorny@gentoo.org> References: <1347141637-1148-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: 8b15091a-d401-49b5-9fd6-a9ef93ea908c X-Archives-Hash: 5c0ea7588a2e73bc7defbf1911e3b5ee --- gx86/eclass/python-distutils-ng.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gx86/eclass/python-distutils-ng.eclass b/gx86/eclass/python-distutils-ng.eclass index 89d8007..4093600 100644 --- a/gx86/eclass/python-distutils-ng.eclass +++ b/gx86/eclass/python-distutils-ng.eclass @@ -67,8 +67,6 @@ fi # Set to any value to disable automatic reinstallation of scripts in bin # directories. See python-distutils-ng_src_install function. -EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install - case "${EAPI}" in 0|1|2|3) die "Unsupported EAPI=${EAPI} (too old) for python-distutils-ng.eclass" ;; @@ -79,6 +77,8 @@ case "${EAPI}" in die "Unsupported EAPI=${EAPI} (unknown) for python-distutils-ng.eclass" ;; esac +EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install + DEPEND="${DEPEND} !