sys-devel/crossdev: Sync with Gentoo

It's from Gentoo commit af5d9197a2903c49426fa999e278c0aa77f98fa6.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:14:16 +00:00 committed by Krzesimir Nowak
parent 863c2fe742
commit 14e7e88630
3 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
" "
else else
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
fi fi
DESCRIPTION="Gentoo Cross-toolchain generator" DESCRIPTION="Gentoo Cross-toolchain generator"

View File

@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
" "
else else
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
fi fi
DESCRIPTION="Gentoo Cross-toolchain generator" DESCRIPTION="Gentoo Cross-toolchain generator"

View File

@ -3,6 +3,8 @@
EAPI="8" EAPI="8"
inherit toolchain-funcs
if [[ ${PV} == "99999999" ]] ; then if [[ ${PV} == "99999999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI=" EGIT_REPO_URI="
@ -29,6 +31,8 @@ RDEPEND="
BDEPEND="app-arch/xz-utils" BDEPEND="app-arch/xz-utils"
src_install() { src_install() {
tc-export PKG_CONFIG # Bug 955822
default default
if [[ ${PV} == "99999999" ]] ; then if [[ ${PV} == "99999999" ]] ; then