diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-02-28 11:43:30 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-28 14:09:59 +0100 |
commit | 7230bba3fe69d301fdc36371152dc1e4279c31c2 (patch) | |
tree | 9bb9fb5613c1ddaef41b35a52b541fe07648e604 /app-containers/crun | |
parent | dev-java/apache-rat: update SRC_URI (diff) | |
download | gentoo-7230bba3fe69d301fdc36371152dc1e4279c31c2.tar.gz gentoo-7230bba3fe69d301fdc36371152dc1e4279c31c2.tar.bz2 gentoo-7230bba3fe69d301fdc36371152dc1e4279c31c2.zip |
app-containers/crun: drop empty KEYWORDS definition in the live-ebuild case
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-containers/crun')
-rw-r--r-- | app-containers/crun/crun-1.14.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-containers/crun/crun-1.14.3.ebuild b/app-containers/crun/crun-1.14.3.ebuild index 19227cd86f25..4b014c2579c1 100644 --- a/app-containers/crun/crun-1.14.3.ebuild +++ b/app-containers/crun/crun-1.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ HOMEPAGE="https://github.com/containers/crun" if [[ "$PV" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/containers/${PN}.git" - KEYWORDS="" else SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" |