Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-python] [PATCH python-distutils-ng 2/4] Drop pointless default S assignment.
Date: Sat, 08 Sep 2012 21:59:53
Message-Id: 1347141637-1148-3-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-python] python-distutils-ng -- the future? by "Michał Górny"
1 ---
2 gx86/eclass/python-distutils-ng.eclass | 1 -
3 1 file changed, 1 deletion(-)
4
5 diff --git a/gx86/eclass/python-distutils-ng.eclass b/gx86/eclass/python-distutils-ng.eclass
6 index 4f32da7..89d8007 100644
7 --- a/gx86/eclass/python-distutils-ng.eclass
8 +++ b/gx86/eclass/python-distutils-ng.eclass
9 @@ -74,7 +74,6 @@ case "${EAPI}" in
10 die "Unsupported EAPI=${EAPI} (too old) for python-distutils-ng.eclass" ;;
11 4)
12 # EAPI=4 needed for REQUIRED_USE
13 - S="${S:-${WORKDIR}/${P}}"
14 ;;
15 *)
16 die "Unsupported EAPI=${EAPI} (unknown) for python-distutils-ng.eclass" ;;
17 --
18 1.7.12