diff options
author | Sam James <sam@gentoo.org> | 2023-04-13 02:48:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-13 02:48:38 +0100 |
commit | e7a3430b00c6fc023af9823e00dd7134c7c42df3 (patch) | |
tree | 5fccd5f0cdd7ec2c91fa234524a6d17786883f6b /app-containers | |
parent | app-containers/docker-compose: Stabilize 2.17.2 amd64, #894414 (diff) | |
download | gentoo-e7a3430b00c6fc023af9823e00dd7134c7c42df3.tar.gz gentoo-e7a3430b00c6fc023af9823e00dd7134c7c42df3.tar.bz2 gentoo-e7a3430b00c6fc023af9823e00dd7134c7c42df3.zip |
app-containers/docker-compose: Stabilize 2.17.2 arm64, #894414
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/docker-compose/docker-compose-2.17.2.ebuild | 2 |
1 files changed, 1 insertions, 1 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 771a864f5643..d2cc28a60ea6 100644 --- a/app-containers/docker-compose/docker-compose-2.17.2.ebuild +++ b/app-containers/docker-compose/docker-compose-2.17.2.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 arm64" RDEPEND=">=app-containers/docker-cli-23.0.0" |