summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-03-06 09:28:01 +0000
committerJustin Lecher <jlec@gentoo.org>2016-03-06 09:28:46 +0000
commite1daca1ab383f70d06276f900950029de1b74c2a (patch)
tree40d1d6d0ffbb7323b39755b4647ef1ad08603400 /net-misc/gsutil/gsutil-3.42.ebuild
parentdev-perl/Pango: stable for all wrt bug #576564 (diff)
downloadgentoo-e1daca1ab383f70d06276f900950029de1b74c2a.tar.gz
gentoo-e1daca1ab383f70d06276f900950029de1b74c2a.tar.bz2
gentoo-e1daca1ab383f70d06276f900950029de1b74c2a.zip
net-misc/gsutil: Patch before sed in sources
Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=576434 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/gsutil/gsutil-3.42.ebuild')
-rw-r--r--net-misc/gsutil/gsutil-3.42.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/gsutil/gsutil-3.42.ebuild b/net-misc/gsutil/gsutil-3.42.ebuild
index 19674d0f6dc8..9becc0596906 100644
--- a/net-misc/gsutil/gsutil-3.42.ebuild
+++ b/net-misc/gsutil/gsutil-3.42.ebuild
@@ -40,11 +40,10 @@ PATCHES=(
)
python_prepare_all() {
+ distutils-r1_python_prepare_all
sed \
-e '/SocksiPy-branch/d' \
-i setup.py || die
-
- distutils-r1_python_prepare_all
}
python_test() {