From ddabb798ef39ca0a0a098e9abe443449b521748b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 31 Jan 2022 21:21:43 +0100 Subject: [PATCH] dev-python/pypy3-exe: Install all headers from build dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pypy3-exe/pypy3-exe-7.3.8_rc1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 90dcbda050969..96e7ab01222b4 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}" }