diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-22 20:09:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-22 20:10:06 +0300 |
commit | cf6bd4e9556608ef3082e217ea17fcd4a83923f7 (patch) | |
tree | 7df62da9e32c8dd9b376776f3d366606395d002d /net-misc/netifrc | |
parent | sys-kernel/ck-sources: genpatches-4.15-15 (diff) | |
download | gentoo-cf6bd4e9556608ef3082e217ea17fcd4a83923f7.tar.gz gentoo-cf6bd4e9556608ef3082e217ea17fcd4a83923f7.tar.bz2 gentoo-cf6bd4e9556608ef3082e217ea17fcd4a83923f7.zip |
net-misc/netifrc: sh stable wrt bug #591826
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netifrc/netifrc-0.5.1.ebuild b/net-misc/netifrc/netifrc-0.5.1.ebuild index 1716e35bf688..1d058b50dbec 100644 --- a/net-misc/netifrc/netifrc-0.5.1.ebuild +++ b/net-misc/netifrc/netifrc-0.5.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |