diff options
author | William Hubbs <williamh@gentoo.org> | 2021-01-04 18:15:09 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-01-04 18:15:09 -0600 |
commit | 23ab426fc6eed87cade3967180fa101d41a9ec32 (patch) | |
tree | a5394ce1df83e1ea0af20eccb1b92a6d8a8ef567 /app-emulation/docker | |
parent | app-emulation/containerd: 1.4.3-r1 bump to fix rdepend (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |