app-containers/podman-compose: Bump to 1.0.3, add missing dep
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
f26ca34080
commit
3c62a77534
@ -1 +1 @@
|
|||||||
DIST podman-compose-0.1.8_p20211230.tar.gz 42436 BLAKE2B 2fbb58b7ac045f6faa04f49151d29f815e6c383127a6b6258500b39b09d800cb1ca8fa1c3dc3d0638df6fc9951e9ec7ff41e94dfc0fa4569442931679c536c17 SHA512 989283c03f31ecf1bfb595b8a1189413cad8ecf8d5333548f417570667dda47f4c23a545afac7d4a53629b4ad9a3a8377cc4dbfae14f334358afeb0bd1734137
|
DIST podman-compose-1.0.3.tar.gz 21424 BLAKE2B 8ed6df7596115cc666ee8ab402dba7c693031a221c0508fe24c9484b95a9dde41b23cc01e28939298d8f6a12092bc412c4751e61b1684872b67a80f3ac3015d2 SHA512 30890bfcc68f3f4c7cdc8249f8b76b7119afd5df435e0c149544ffb31f81ba2ef4394a98feab18eee7206d69ded6db315edfab5ba361e806c61c6175bd6c1032
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Copyright 2020-2021 Gentoo Authors
|
# Copyright 2020-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
|
||||||
COMMIT_ID="481c6d0a415bafe02a7dc9c5d1ac9fda9b5698a8"
|
COMMIT_ID=""
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{9..10} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
@ -32,6 +32,7 @@ RESTRICT="!test? ( test )"
|
|||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-containers/podman
|
app-containers/podman
|
||||||
|
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
||||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="
|
Loading…
Reference in New Issue
Block a user