Merge pull request #1655 from steveeJ/rkt-0.11

app-emulation/rkt: bump version 0.9.0 -> 0.11.0
This commit is contained in:
Nick Owens 2015-11-23 17:31:24 -08:00
commit 1f1fba1168
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ if [[ "${PV}" == "9999" ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
KEYWORDS="amd64" KEYWORDS="amd64"
CROS_WORKON_COMMIT="000c9b7614d98007fde675b56bb426bf7e4fbcbd" # v0.9.0 CROS_WORKON_COMMIT="8ac43b860d9404b41886f89639cb460078662ad6" # v0.11.0
fi fi
PXE_VERSION="794.1.0" PXE_VERSION="794.1.0"
@ -67,8 +67,8 @@ src_configure() {
myeconfargs+=( --with-coreos-local-pxe-image-path="${DISTDIR}/${PXE_FILE}" ) myeconfargs+=( --with-coreos-local-pxe-image-path="${DISTDIR}/${PXE_FILE}" )
myeconfargs+=( --with-coreos-local-pxe-image-systemd-version=v"${PXE_SYSTEMD_VERSION}" ) myeconfargs+=( --with-coreos-local-pxe-image-systemd-version=v"${PXE_SYSTEMD_VERSION}" )
fi fi
myeconfargs+=( --with-stage1="${STAGE1FLAVOR}" ) myeconfargs+=( --with-stage1-flavors="${STAGE1FLAVOR}" )
myeconfargs+=( --with-stage1-image-path="/usr/share/rkt/stage1-${STAGE1FLAVOR}.aci" ) myeconfargs+=( --with-stage1-default-location="/usr/share/rkt/stage1-${STAGE1FLAVOR}.aci" )
# Go's 6l linker does not support PIE, disable so cgo binaries # Go's 6l linker does not support PIE, disable so cgo binaries
# which use 6l+gcc for linking can be built correctly. # which use 6l+gcc for linking can be built correctly.