diff options
author | 2023-12-15 20:38:31 -0500 | |
---|---|---|
committer | 2023-12-16 02:43:17 +0000 | |
commit | 4c5fed7dfa38b42abfaed51bb22b8f1e93eab2ef (patch) | |
tree | b116f43b2aaf0b07944c30f0b23bdbbf3707a7f9 /net-misc | |
parent | dev-python/frozenlist: Keyword 1.4.1 loong, #917683 (diff) | |
download | gentoo-4c5fed7dfa38b42abfaed51bb22b8f1e93eab2ef.tar.gz gentoo-4c5fed7dfa38b42abfaed51bb22b8f1e93eab2ef.tar.bz2 gentoo-4c5fed7dfa38b42abfaed51bb22b8f1e93eab2ef.zip |
net-misc/netifrc: Stabilize 0.7.7 arm64, #920083
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netifrc/netifrc-0.7.7.ebuild b/net-misc/netifrc/netifrc-0.7.7.ebuild index a05e5bb7a079..7be095b1671f 100644 --- a/net-misc/netifrc/netifrc-0.7.7.ebuild +++ b/net-misc/netifrc/netifrc-0.7.7.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="BSD-2 GPL-2" |