diff options
Diffstat (limited to 'sys-power/nut/nut-2.8.0-r2.ebuild')
-rw-r--r-- | sys-power/nut/nut-2.8.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/nut/nut-2.8.0-r2.ebuild b/sys-power/nut/nut-2.8.0-r2.ebuild index e48706e11534..8bc7d5fc8647 100644 --- a/sys-power/nut/nut-2.8.0-r2.ebuild +++ b/sys-power/nut/nut-2.8.0-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" fi S="${WORKDIR}/${MY_P}" |