c4f83f2311
This is intended to eventually support building musl-libc based images, which need the musl overlay. Change-Id: I8f5429ffa64e74c860772d9a00ff0b7eebb7721a
8 lines
389 B
Bash
8 lines
389 B
Bash
export DIB_RELEASE=gentoo
|
|
export DISTRO_NAME=gentoo
|
|
export GENTOO_PROFILE=${GENTOO_PROFILE:-'default/linux/amd64/13.0'}
|
|
export GENTOO_PORTAGE_CLEANUP=${GENTOO_PORTAGE_CLEANUP:-'False'}
|
|
export GENTOO_PYTHON_TARGETS=${GENTOO_PYTHON_TARGETS:-'python2_7 python3_4'}
|
|
export GENTOO_PYTHON_ACTIVE_VERSION=${GENTOO_PYTHON_ACTIVE_VERSION:-'python3.4'}
|
|
export GENTOO_OVERLAYS=${GENTOO_OVERLAYS:-''}
|