Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/
Date: Sat, 09 Jan 2021 20:57:14
Message-Id: 1610225806.674aed3fda2de9134fd6b528de264a2b1b2ccac7.williamh@gentoo
1 commit: 674aed3fda2de9134fd6b528de264a2b1b2ccac7
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 20:53:34 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 20:56:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674aed3f
7
8 app-emulation/docker: build fixes for 20.10.2
9
10 - Complete removal of selinux use flag
11 - fix EGO_PN
12
13 Closes: https://bugs.gentoo.org/764524
14 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
15
16 app-emulation/docker/docker-20.10.2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-emulation/docker/docker-20.10.2.ebuild b/app-emulation/docker/docker-20.10.2.ebuild
20 index c7720c3208d..0330740f9dc 100644
21 --- a/app-emulation/docker/docker-20.10.2.ebuild
22 +++ b/app-emulation/docker/docker-20.10.2.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -EGO_PN="github.com/moby/moby"
28 +EGO_PN=github.com/docker/docker
29 GIT_COMMIT=f0014860c1
30 inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot
31
32 @@ -196,7 +196,7 @@ src_compile() {
33 fi
34 done
35
36 - for tag in apparmor seccomp selinux; do
37 + for tag in apparmor seccomp; do
38 if use $tag; then
39 DOCKER_BUILDTAGS+=" $tag"
40 fi