diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:55:21 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:58:42 -0800 |
commit | b30b0991ccbb37341ee64b166676a2f765c5cda5 (patch) | |
tree | 4deed3850e6cf8fd40406fd9cf9ff0a10e205fbb /app-containers/docker-bench-security | |
parent | Move {app-emulation -> app-containers}/docker-cli (diff) | |
download | gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.gz gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.bz2 gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.zip |
Move {app-emulation -> app-containers}/docker
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-containers/docker-bench-security')
-rw-r--r-- | app-containers/docker-bench-security/docker-bench-security-1.3.2.ebuild | 2 | ||||
-rw-r--r-- | app-containers/docker-bench-security/docker-bench-security-1.3.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/docker-bench-security/docker-bench-security-1.3.2.ebuild b/app-containers/docker-bench-security/docker-bench-security-1.3.2.ebuild index 6e423e8ccc19..7f98da207205 100644 --- a/app-containers/docker-bench-security/docker-bench-security-1.3.2.ebuild +++ b/app-containers/docker-bench-security/docker-bench-security-1.3.2.ebuild @@ -11,7 +11,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND=">=app-emulation/docker-1.10" +RDEPEND=">=app-containers/docker-1.10" src_install() { dobin "${FILESDIR}/docker-bench-security" diff --git a/app-containers/docker-bench-security/docker-bench-security-1.3.3.ebuild b/app-containers/docker-bench-security/docker-bench-security-1.3.3.ebuild index 6e423e8ccc19..7f98da207205 100644 --- a/app-containers/docker-bench-security/docker-bench-security-1.3.3.ebuild +++ b/app-containers/docker-bench-security/docker-bench-security-1.3.3.ebuild @@ -11,7 +11,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND=">=app-emulation/docker-1.10" +RDEPEND=">=app-containers/docker-1.10" src_install() { dobin "${FILESDIR}/docker-bench-security" |