diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/knem/knem-1.1.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/knem/knem-1.1.3-r3.ebuild b/sys-cluster/knem/knem-1.1.3-r3.ebuild index 3241a9c53b13..8a2526c88a42 100644 --- a/sys-cluster/knem/knem-1.1.3-r3.ebuild +++ b/sys-cluster/knem/knem-1.1.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="http://gforge.inria.fr/frs/download.php/37186/${P}.tar.gz" - KEYWORDS="~amd64 ~riscv ~x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="GPL-2 LGPL-2" |