new gentoo portage locations

This commit is contained in:
Jörg Deckert 2021-02-05 13:27:21 +01:00
parent 0e4af5c157
commit 0bb05a4850
2 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ export PATH CHROOT container PORTAGE_DIR VA_PKGDIR DISTDIR VA_ARCH
inroot := systemd-nspawn --quiet \
--directory=$(CHROOT) \
--machine=$(container) \
--bind=$(PORTAGE_DIR):/usr/portage \
--bind=$(VA_PKGDIR):/usr/portage/packages \
--bind=$(DISTDIR):/usr/portage/distfiles
--bind=$(PORTAGE_DIR):/var/db/repos/gentoo \
--bind=$(VA_PKGDIR):/var/cache/binpkgs \
--bind=$(DISTDIR):/var/cache/distfiles
ifeq ($(VA_ARCH),x86)
inroot := linux32 $(inroot)

View File