commit: d3471849c3eb39dc5090678b349f57cccbee4a02 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Sat Apr 9 21:08:02 2022 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Apr 9 21:30:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3471849
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 <AT> gentoo.org> app-containers/docker-cli/docker-cli-20.10.14.ebuild | 8 +++++--- 1 file 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"
