summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-31 21:21:43 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-31 21:27:53 +0100
commitddabb798ef39ca0a0a098e9abe443449b521748b (patch)
tree4ee6261f51509aa24de19da20ed471a96ab81fef
parentdev-libs/rapidjson: Stabilize 1.1.0-r3 ppc64, #832393 (diff)
downloadgentoo-ddabb798.tar.gz
gentoo-ddabb798.tar.bz2
gentoo-ddabb798.zip
dev-python/pypy3-exe: Install all headers from build dir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
index 90dcbda05096..96e7ab01222b 100644
--- a/dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild
@@ -161,6 +161,6 @@ src_install() {
cd "${T}"/usession*-0 || die
newbin testing_1/pypy3.9-c pypy3.9-c-${PYPY_PV}
insinto /usr/include/pypy3.9/${PYPY_PV}
- doins pypy_*.h
+ doins *.h
pax-mark m "${ED}/usr/bin/pypy3.9-c-${PYPY_PV}"
}