Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 1/6] Drop pointless default S assignment.
Date: Wed, 19 Sep 2012 10:05:09
Message-Id: 1348048827-1290-1-git-send-email-mgorny@gentoo.org
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 4aecc3c..a2d5fa5 100644
7 --- a/gx86/eclass/python-distutils-ng.eclass
8 +++ b/gx86/eclass/python-distutils-ng.eclass
9 @@ -66,7 +66,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

Replies