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/pypy3-exe/
Date: Mon, 31 Jan 2022 20:27:59
Message-Id: 1643660873.ddabb798ef39ca0a0a098e9abe443449b521748b.mgorny@gentoo
1 commit: ddabb798ef39ca0a0a098e9abe443449b521748b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 20:21:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 20:27:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddabb798
7
8 dev-python/pypy3-exe: Install all headers from build dir
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild
16 index 90dcbda05096..96e7ab01222b 100644
17 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild
18 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild
19 @@ -161,6 +161,6 @@ src_install() {
20 cd "${T}"/usession*-0 || die
21 newbin testing_1/pypy3.9-c pypy3.9-c-${PYPY_PV}
22 insinto /usr/include/pypy3.9/${PYPY_PV}
23 - doins pypy_*.h
24 + doins *.h
25 pax-mark m "${ED}/usr/bin/pypy3.9-c-${PYPY_PV}"
26 }