diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-11-05 20:27:36 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-11-05 20:30:51 +0100 |
commit | 1cd90d0134d82155be9b5a39339c6e3be60ec7aa (patch) | |
tree | 23bc9616647b0c5a722ae7c7c4f83ed302df706e /app-containers/docker-compose/docker-compose-2.17.2.ebuild | |
parent | dev-python/setproctitle: Stabilize 1.3.3 ppc, #916937 (diff) | |
download | gentoo-1cd90d0134d82155be9b5a39339c6e3be60ec7aa.tar.gz gentoo-1cd90d0134d82155be9b5a39339c6e3be60ec7aa.tar.bz2 gentoo-1cd90d0134d82155be9b5a39339c6e3be60ec7aa.zip |
app-containers/docker-compose: Address UnusedInherits + PythonGHDistfileSuffix
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'app-containers/docker-compose/docker-compose-2.17.2.ebuild')
-rw-r--r-- | app-containers/docker-compose/docker-compose-2.17.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/docker-compose/docker-compose-2.17.2.ebuild b/app-containers/docker-compose/docker-compose-2.17.2.ebuild index d2cc28a60ea6..5702db996b66 100644 --- a/app-containers/docker-compose/docker-compose-2.17.2.ebuild +++ b/app-containers/docker-compose/docker-compose-2.17.2.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 go-module +inherit go-module MY_PV=${PV/_/-} DESCRIPTION="Multi-container orchestration for Docker" HOMEPAGE="https://github.com/docker/compose" -SRC_URI="https://github.com/docker/compose/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/docker/compose/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="Apache-2.0" |