dev-python/pypy3-exe: Install all headers from build dir

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-01-31 21:21:43 +01:00
parent fa6da070f8
commit ddabb798ef

View File

@@ -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}"
}