diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-06 14:25:23 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-06 14:25:23 +0200 |
commit | 5181bd6ce94d69d8a25de2ff765c6e100925b825 (patch) | |
tree | 738dfecb581df83234e80e2620ed3e029feaf515 /net-misc/netifrc | |
parent | net-misc/netifrc: x86 stable (bug #780573) (diff) | |
download | gentoo-5181bd6ce94d69d8a25de2ff765c6e100925b825.tar.gz gentoo-5181bd6ce94d69d8a25de2ff765c6e100925b825.tar.bz2 gentoo-5181bd6ce94d69d8a25de2ff765c6e100925b825.zip |
net-misc/netifrc: amd64 stable (bug #780573)
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netifrc/netifrc-0.7.3.ebuild b/net-misc/netifrc/netifrc-0.7.3.ebuild index de1c83b9ed70..ffdbd0585cd1 100644 --- a/net-misc/netifrc/netifrc-0.7.3.ebuild +++ b/net-misc/netifrc/netifrc-0.7.3.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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="BSD-2" |