diff options
author | Sam James <sam@gentoo.org> | 2023-09-25 05:48:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-25 05:48:06 +0100 |
commit | 7d531a2259f4c4befe3f64e6bdedf7e6abb214df (patch) | |
tree | f1e80dbbcbb7574739174b3a18d8a9760afab5eb /app-containers | |
parent | app-containers/containers-common: Keyword 0.56.0-r1 arm64, #914624 (diff) | |
download | gentoo-7d531a2259f4c4befe3f64e6bdedf7e6abb214df.tar.gz gentoo-7d531a2259f4c4befe3f64e6bdedf7e6abb214df.tar.bz2 gentoo-7d531a2259f4c4befe3f64e6bdedf7e6abb214df.zip |
app-containers/containers-image: Keyword 5.28.0 arm64, #914624
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containers-image/containers-image-5.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containers-image/containers-image-5.28.0.ebuild b/app-containers/containers-image/containers-image-5.28.0.ebuild index a29e5e602b78..63b2ea7beda4 100644 --- a/app-containers/containers-image/containers-image-5.28.0.ebuild +++ b/app-containers/containers-image/containers-image-5.28.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/containers/image/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P#containers-}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="Apache-2.0" |