diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-13 15:02:19 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-16 09:15:36 +0800 |
commit | fc7bf82141a746dc7a6e5771a79bacc07d1027a7 (patch) | |
tree | ae84e45ed6ee3e51bd3160cca8f0fc8b27298bf8 /net-analyzer/arpoison | |
parent | net-analyzer/arptools: add ~riscv keyword (diff) | |
download | gentoo-fc7bf82141a746dc7a6e5771a79bacc07d1027a7.tar.gz gentoo-fc7bf82141a746dc7a6e5771a79bacc07d1027a7.tar.bz2 gentoo-fc7bf82141a746dc7a6e5771a79bacc07d1027a7.zip |
net-analyzer/arpoison: add ~riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild b/net-analyzer/arpoison/arpoison-0.7.ebuild index 811f1ecb2690..edd9d089302e 100644 --- a/net-analyzer/arpoison/arpoison-0.7.ebuild +++ b/net-analyzer/arpoison/arpoison-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="amd64 ~arm ppc ~riscv x86" RDEPEND=" net-libs/libnet:1.1 |