summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2022-04-09 14:08:02 -0700
committerJason Zaman <perfinion@gentoo.org>2022-04-09 14:30:59 -0700
commitd3471849c3eb39dc5090678b349f57cccbee4a02 (patch)
treeaece68a8e6745ae8967fddef59ae6ecd91d7e870 /app-containers
parentsys-apps/rootlesskit: Add selinux-rootlesskit policy dep (diff)
downloadgentoo-d3471849c3eb39dc5090678b349f57cccbee4a02.tar.gz
gentoo-d3471849c3eb39dc5090678b349f57cccbee4a02.tar.bz2
gentoo-d3471849c3eb39dc5090678b349f57cccbee4a02.zip
app-containers/docker-cli: Add selinux-docker policy dep
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/docker-cli/docker-cli-20.10.14.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-containers/docker-cli/docker-cli-20.10.14.ebuild b/app-containers/docker-cli/docker-cli-20.10.14.ebuild
index df9b9f0a7ea9..d33e9fceab08 100644
--- a/app-containers/docker-cli/docker-cli-20.10.14.ebuild
+++ b/app-containers/docker-cli/docker-cli-20.10.14.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public Lic
+# Distributed under the terms of the GNU General Public License v2
+
EAPI=7
GIT_COMMIT=a224086349
EGO_PN="github.com/docker/cli"
@@ -13,9 +14,10 @@ SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="hardened"
+IUSE="hardened selinux"
-RDEPEND="!<app-containers/docker-20.10.1"
+RDEPEND="!<app-containers/docker-20.10.1
+ selinux? ( sec-policy/selinux-docker )"
BDEPEND="
>=dev-lang/go-1.16.6
dev-go/go-md2man"