diff options
author | William Hubbs <williamh@gentoo.org> | 2023-03-10 16:53:14 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-03-10 16:53:56 -0600 |
commit | 82e60a483e6790e55f2b21cf9e74483b25f80f4d (patch) | |
tree | d51e2f7c1a9acc9c45b239fbb659cb217d728cbe /app-containers/docker-cli | |
parent | app-containers/docker: changelog was removed, so don't try to install it (diff) | |
download | gentoo-82e60a483e6790e55f2b21cf9e74483b25f80f4d.tar.gz gentoo-82e60a483e6790e55f2b21cf9e74483b25f80f4d.tar.bz2 gentoo-82e60a483e6790e55f2b21cf9e74483b25f80f4d.zip |
app-containers/docker-cli: fix commit for 23.0.1
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers/docker-cli')
-rw-r--r-- | app-containers/docker-cli/docker-cli-23.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/docker-cli/docker-cli-23.0.1.ebuild b/app-containers/docker-cli/docker-cli-23.0.1.ebuild index 7a177ee89544..25344a715a29 100644 --- a/app-containers/docker-cli/docker-cli-23.0.1.ebuild +++ b/app-containers/docker-cli/docker-cli-23.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -GIT_COMMIT=715524332f +GIT_COMMIT=a5ee5b1dfc EGO_PN="github.com/docker/cli" MY_PV=${PV/_/-} inherit bash-completion-r1 golang-vcs-snapshot |