commit: af5d9197a2903c49426fa999e278c0aa77f98fa6 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat May 24 17:16:57 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat May 24 17:16:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5d9197
sys-devel/crossdev: export PKG_CONFIG Bug: https://bugs.gentoo.org/955822 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-devel/crossdev/crossdev-99999999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index 7c9eb35f4b8f..5494e3601b77 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -3,6 +3,8 @@ EAPI="8" +inherit toolchain-funcs + if [[ ${PV} == "99999999" ]] ; then inherit git-r3 EGIT_REPO_URI=" @@ -29,6 +31,8 @@ RDEPEND=" BDEPEND="app-arch/xz-utils" src_install() { + tc-export PKG_CONFIG # Bug 955822 + default if [[ ${PV} == "99999999" ]] ; then
