mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
add a few items of refinement as requested.
This commit is contained in:
parent
081a1e2664
commit
048fa35930
1 changed files with 7 additions and 11 deletions
|
|
@ -5,13 +5,15 @@ EAPI=7
|
|||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
## fix python compat to gentoo standards. forked from funtoos core-kit repo.
|
||||
## fix python compat to gentoo standards. forked from funtoos core-kit repo. so previously a mess.
|
||||
|
||||
inherit distutils-r1 distutils-r1_single_impiled
|
||||
inherit distutils-r1_single_impiled
|
||||
|
||||
DESCRIPTION="Funtoo's franken-chroot tool."
|
||||
HOMEPAGE="https://pypi.org/project/fchroot/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/f2/04/4db5e98e93207dbb9bb71725767a8d016f9aa1e70c9c7892a5c270c3eac6/fchroot-0.1.2.tar.gz"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/f2/04/4db5e98e93207dbb9bb71725767a8d016f9aa1e70c9c7892a5c270c3eac6/fchroot-${PV}.tar.gz"
|
||||
|
||||
#fchroot-0.1.2.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -21,15 +23,9 @@ distutils-r1_python_install_all
|
|||
|
||||
#python3.x setup.py install
|
||||
|
||||
#RDEPEND="
|
||||
app-emulation/qemu[static-user,qemu_user_targets_aarch64,qemu_user_targets_arm,qemu_user_targets_riscv64]
|
||||
dev-libs/glib[static-libs]
|
||||
sys-apps/attr[static-libs]
|
||||
sys-libs/zlib[static-libs]
|
||||
dev-libs/libpcre[static-libs]
|
||||
"
|
||||
#RDEPEND="" # qemu_user_targets_aarch64 etc ..
|
||||
|
||||
Einfo " this tool was swiped from funtoo, at worse github.com/multiarch/qemu-user-static/releases/ for a static bin /mnt/mychroot/usr/local/bin if chrooting from live usb env "
|
||||
Einfo " this tool was swiped from funtoo, at worse github.com/multiarch/qemu-user-static/releases/ for a static bin, CP bin to /mnt/mychroot/usr/local/bin if chrooting from live usb env "
|
||||
einfo " this tool takes care of qemu-wrapper and mounting run sys proc etc. , most of the hassels of staging an arm/arm64/riscV qemu chroots"
|
||||
einfo " fchroot /mnt/rpi64-gentoo-example & quick chroot /mnt/rpi64-gentoo-example "
|
||||
einfo " this tool depends on quemu being built for qemu_user_targets , arm arm64 or riscV / either ,all / or one you care for. else you can get static build as mentioned above."
|
||||
Loading…
Reference in a new issue