diff --git a/app-emulation/fchroot/fchroot-0.1.2.ebuild b/app-emulation/fchroot/fchroot-0.1.2.ebuild index efc21a21d..60440372e 100644 --- a/app-emulation/fchroot/fchroot-0.1.2.ebuild +++ b/app-emulation/fchroot/fchroot-0.1.2.ebuild @@ -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." \ No newline at end of file