diff options
author | 2024-04-14 13:31:29 -0700 | |
---|---|---|
committer | 2024-04-14 13:39:10 -0700 | |
commit | 4764a9acb220d0c847225c35d76ce86f5cc6ecab (patch) | |
tree | 17fa7321234675837c38b6430325a6fb16dfc718 /app-containers | |
parent | app-admin/vault: drop 1.14.8 (diff) | |
download | gentoo-4764a9acb220d0c847225c35d76ce86f5cc6ecab.tar.gz gentoo-4764a9acb220d0c847225c35d76ce86f5cc6ecab.tar.bz2 gentoo-4764a9acb220d0c847225c35d76ce86f5cc6ecab.zip |
app-containers/containers-common: destabilize 0.57.0 for ~arm64 (resolve NonsolvableDepsInStable)
This version requires containers-image-5.29.0 in order to avoid
a file collsion, but that version was never stabilized for arm64.
Fixes: 4ad1a02c2fa3 ("app-containers/containers-common: Make 0.57.0 require older containers-image")
Bug: https://bugs.gentoo.org/930027
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containers-common/containers-common-0.57.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containers-common/containers-common-0.57.0.ebuild b/app-containers/containers-common/containers-common-0.57.0.ebuild index 3a6fabe29163..2d56b46669f2 100644 --- a/app-containers/containers-common/containers-common-0.57.0.ebuild +++ b/app-containers/containers-common/containers-common-0.57.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/containers/common/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="amd64 arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="Apache-2.0" |