diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-05 14:44:33 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-05 15:03:24 +0000 |
commit | 7494ce554f4f4111d7e4d0a23ffc7717234df1d4 (patch) | |
tree | 15485f670eaa8472ebea9746c8c2e2ac1dc88cb4 | |
parent | profiles/base/package.use.mask: unmask ipoe USE-flag for net-dialup/accel-ppp... (diff) | |
download | gentoo-7494ce554f4f4111d7e4d0a23ffc7717234df1d4.tar.gz gentoo-7494ce554f4f4111d7e4d0a23ffc7717234df1d4.tar.bz2 gentoo-7494ce554f4f4111d7e4d0a23ffc7717234df1d4.zip |
dev-python/pypy3-bin: Remove trailing whitespace and clear QA warning.
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 index d80da519d09d..9c78d0f0de43 100644 --- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild @@ -84,10 +84,10 @@ QA_PREBUILT=" src_prepare() { epatch \ "${FILESDIR}/4.0.0-gentoo-path.patch" \ - "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" - epatch "${FILESDIR}/2.4.0-ncurses6.patch" - epatch "${FILESDIR}"/pypy3-2.4.0-libressl.patch - epatch "${FILESDIR}/pypy3-2.4.0-fix-tkinter-regression.patch" + "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" \ + "${FILESDIR}/2.4.0-ncurses6.patch" \ + "${FILESDIR}/pypy3-2.4.0-libressl.patch" \ + "${FILESDIR}/pypy3-2.4.0-fix-tkinter-regression.patch" sed -e "s^@EPREFIX@^${EPREFIX}^" \ -e "s^@libdir@^$(get_libdir)^" \ |