commit: 7230bba3fe69d301fdc36371152dc1e4279c31c2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Feb 28 10:43:30 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 13:09:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7230bba3
app-containers/crun: drop empty KEYWORDS definition in the live-ebuild case Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-containers/crun/crun-1.14.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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"
