From 674aed3fda2de9134fd6b528de264a2b1b2ccac7 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 9 Jan 2021 14:53:34 -0600 Subject: app-emulation/docker: build fixes for 20.10.2 - Complete removal of selinux use flag - fix EGO_PN Closes: https://bugs.gentoo.org/764524 Signed-off-by: William Hubbs --- app-emulation/docker/docker-20.10.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/docker/docker-20.10.2.ebuild b/app-emulation/docker/docker-20.10.2.ebuild index c7720c3208da..0330740f9dcc 100644 --- a/app-emulation/docker/docker-20.10.2.ebuild +++ b/app-emulation/docker/docker-20.10.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -EGO_PN="github.com/moby/moby" +EGO_PN=github.com/docker/docker GIT_COMMIT=f0014860c1 inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot @@ -196,7 +196,7 @@ src_compile() { fi done - for tag in apparmor seccomp selinux; do + for tag in apparmor seccomp; do if use $tag; then DOCKER_BUILDTAGS+=" $tag" fi -- cgit v1.2.3-65-gdbad