diff options
author | Sam James <sam@gentoo.org> | 2023-09-10 06:53:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 06:54:32 +0100 |
commit | 37895aeb6859e9b0c6ebebfda4923bd7a4646c69 (patch) | |
tree | af688295c21692c822b4eae44819d4e46f8bd3af /net-misc | |
parent | sec-keys/openpgp-keys-openssl: Stabilize 20230801 ppc64, #911993 (diff) | |
download | gentoo-37895aeb6859e9b0c6ebebfda4923bd7a4646c69.tar.gz gentoo-37895aeb6859e9b0c6ebebfda4923bd7a4646c69.tar.bz2 gentoo-37895aeb6859e9b0c6ebebfda4923bd7a4646c69.zip |
net-misc/netifrc: Stabilize 0.7.5 arm, #907274
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netifrc/netifrc-0.7.5.ebuild b/net-misc/netifrc/netifrc-0.7.5.ebuild index eca56e57582a..2539ed1b0faa 100644 --- a/net-misc/netifrc/netifrc-0.7.5.ebuild +++ b/net-misc/netifrc/netifrc-0.7.5.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" - 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" |