Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/
Date: Thu, 05 May 2016 15:18:16
Message-Id: 1462460604.7494ce554f4f4111d7e4d0a23ffc7717234df1d4.monsieurp@gentoo
1 commit: 7494ce554f4f4111d7e4d0a23ffc7717234df1d4
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 14:44:33 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 15:03:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7494ce55
7
8 dev-python/pypy3-bin: Remove trailing whitespace and clear QA warning.
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
16 index d80da51..9c78d0f 100644
17 --- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
18 +++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
19 @@ -84,10 +84,10 @@ QA_PREBUILT="
20 src_prepare() {
21 epatch \
22 "${FILESDIR}/4.0.0-gentoo-path.patch" \
23 - "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch"
24 - epatch "${FILESDIR}/2.4.0-ncurses6.patch"
25 - epatch "${FILESDIR}"/pypy3-2.4.0-libressl.patch
26 - epatch "${FILESDIR}/pypy3-2.4.0-fix-tkinter-regression.patch"
27 + "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" \
28 + "${FILESDIR}/2.4.0-ncurses6.patch" \
29 + "${FILESDIR}/pypy3-2.4.0-libressl.patch" \
30 + "${FILESDIR}/pypy3-2.4.0-fix-tkinter-regression.patch"
31
32 sed -e "s^@EPREFIX@^${EPREFIX}^" \
33 -e "s^@libdir@^$(get_libdir)^" \