summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-01-04 18:15:09 -0600
committerWilliam Hubbs <williamh@gentoo.org>2021-01-04 18:15:09 -0600
commit23ab426fc6eed87cade3967180fa101d41a9ec32 (patch)
treea5394ce1df83e1ea0af20eccb1b92a6d8a8ef567 /app-emulation/docker
parentapp-emulation/containerd: 1.4.3-r1 bump to fix rdepend (diff)
downloadgentoo-23ab426fc6eed87cade3967180fa101d41a9ec32.tar.gz
gentoo-23ab426fc6eed87cade3967180fa101d41a9ec32.tar.bz2
gentoo-23ab426fc6eed87cade3967180fa101d41a9ec32.zip
app-emulation/docker: typo fix
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-emulation/docker')
-rw-r--r--app-emulation/docker/docker-20.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-20.10.1.ebuild b/app-emulation/docker/docker-20.10.1.ebuild
index 2657c897b978..f7fa1a56f93d 100644
--- a/app-emulation/docker/docker-20.10.1.ebuild
+++ b/app-emulation/docker/docker-20.10.1.ebuild
@@ -238,7 +238,7 @@ src_install() {
splitting_docker_cli() {
local v
for v in ${REPLACING_VERSIONS}; do
- ver_test ${V} -lt 20.10.1 && return 0
+ ver_test ${v} -lt 20.10.1 && return 0
done
return 1
}