commit:     674aed3fda2de9134fd6b528de264a2b1b2ccac7
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 20:53:34 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 20:56:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674aed3f

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 <williamh <AT> gentoo.org>

 app-emulation/docker/docker-20.10.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/docker/docker-20.10.2.ebuild 
b/app-emulation/docker/docker-20.10.2.ebuild
index c7720c3208d..0330740f9dc 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

Reply via email to