Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/
Date: Sun, 20 Feb 2022 14:19:29
Message-Id: 1645366752.6c3af8d1cb06b0b78ed0733770f0f823a1841c05.mgorny@gentoo
1 commit: 6c3af8d1cb06b0b78ed0733770f0f823a1841c05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 14:04:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 14:19:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3af8d1
7
8 dev-python/pypy: Remove stale sed
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy/pypy-7.3.8.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-python/pypy/pypy-7.3.8.ebuild b/dev-python/pypy/pypy-7.3.8.ebuild
16 index baea47fe59a1..d971e64e1cf5 100644
17 --- a/dev-python/pypy/pypy-7.3.8.ebuild
18 +++ b/dev-python/pypy/pypy-7.3.8.ebuild
19 @@ -41,9 +41,6 @@ src_prepare() {
20 "${WORKDIR}/${PATCHSET}"
21 )
22 default
23 -
24 - sed -e "s^@EPREFIX@^${EPREFIX}^" \
25 - -i lib-python/2.7/distutils/command/install.py || die
26 }
27
28 src_compile() {