mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
Merge pull request #1028 from marineam/docker
Linux 3.18 and Docker 1.4
This commit is contained in:
commit
256f852816
@ -15,9 +15,9 @@ if [[ ${PV} == *9999 ]]; then
|
||||
DOCKER_GITCOMMIT=""
|
||||
KEYWORDS=""
|
||||
else
|
||||
CROS_WORKON_COMMIT="4595d4fb03093acf87b905bebc5ba4964d7c0707" # v1.4.0
|
||||
CROS_WORKON_COMMIT="5bc2ff8a36e9a768e8b479de4fe3ea9c9daf4121" # v1.4.1
|
||||
DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
inherit bash-completion-r1 linux-info multilib systemd udev user cros-workon
|
||||
|
@ -109,3 +109,6 @@ dev-util/checkbashisms
|
||||
|
||||
# Fixes a few bugs but has not yet been marked stable upstream.
|
||||
=app-arch/lbzip2-2.5
|
||||
|
||||
# >=3.16 required by docker 1.4
|
||||
=sys-fs/btrfs-progs-3.17.1
|
||||
|
@ -5,4 +5,4 @@ EAPI=5
|
||||
inherit coreos-kernel
|
||||
|
||||
DESCRIPTION="CoreOS Linux kernel"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="amd64"
|
||||
|
@ -12,7 +12,7 @@ DESCRIPTION="Full sources for the Linux kernel"
|
||||
HOMEPAGE="http://www.kernel.org"
|
||||
SRC_URI="${KERNEL_URI}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
# This ebuild is essentially equivalent to the upstream vanilla-sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user