diff options
author | 2025-01-10 16:28:45 +0200 | |
---|---|---|
committer | 2025-01-10 16:28:45 +0200 | |
commit | cdf1acfcbf7a173228150953e8c2bbd7baacabf4 (patch) | |
tree | dfdd39f82070a1d904a9b8615e7534d0f81355ef /app-containers | |
parent | sys-kernel/vanilla-sources: drop 6.6.70 (diff) | |
download | gentoo-cdf1acfcbf7a173228150953e8c2bbd7baacabf4.tar.gz gentoo-cdf1acfcbf7a173228150953e8c2bbd7baacabf4.tar.bz2 gentoo-cdf1acfcbf7a173228150953e8c2bbd7baacabf4.zip |
app-containers/containers-common: Stabilize 0.60.4 amd64, #947806
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containers-common/containers-common-0.60.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containers-common/containers-common-0.60.4.ebuild b/app-containers/containers-common/containers-common-0.60.4.ebuild index f5ebb66bd3ce..d49ffa4b4dad 100644 --- a/app-containers/containers-common/containers-common-0.60.4.ebuild +++ b/app-containers/containers-common/containers-common-0.60.4.ebuild @@ -14,7 +14,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 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi LICENSE="Apache-2.0" |