mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-04 12:02:13 +02:00
sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit af5d9197a2903c49426fa999e278c0aa77f98fa6.
This commit is contained in:
parent
863c2fe742
commit
14e7e88630
@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
|
||||
"
|
||||
else
|
||||
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
|
||||
|
||||
DESCRIPTION="Gentoo Cross-toolchain generator"
|
||||
|
@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
|
||||
"
|
||||
else
|
||||
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
|
||||
|
||||
DESCRIPTION="Gentoo Cross-toolchain generator"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user