diff options
Diffstat (limited to 'app-containers/containers-shortnames/containers-shortnames-2023.02.20.ebuild')
-rw-r--r-- | app-containers/containers-shortnames/containers-shortnames-2023.02.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containers-shortnames/containers-shortnames-2023.02.20.ebuild b/app-containers/containers-shortnames/containers-shortnames-2023.02.20.ebuild index 03500c206d01..bf48bb1f16f0 100644 --- a/app-containers/containers-shortnames/containers-shortnames-2023.02.20.ebuild +++ b/app-containers/containers-shortnames/containers-shortnames-2023.02.20.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/containers/shortnames/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" |