Diff ipv6toolkit-2.1_p20200412-r1 with a ipv6toolkit-99999999

/usr/portage/net-analyzer/ipv6toolkit/ipv6toolkit-99999999.ebuild 2023-10-09 14:52:33.320368447 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5
inherit toolchain-funcs
5
inherit git-r3 toolchain-funcs
6 6

  
7 7
DESCRIPTION="Set of IPv6 security/trouble-shooting tools to send arbitrary IPv6-based packets"
8 8
HOMEPAGE="https://www.si6networks.com/tools/ipv6toolkit/"
9
SNAPSHOT="623a0fbc0422cdc0a4b833d7b5ec58a2eaa9bddf"
10
SRC_URI="https://github.com/fgont/ipv6toolkit/archive/${SNAPSHOT}.tar.gz -> ${P}.tar.gz"
11
S="${WORKDIR}"/"${PN}"-"${SNAPSHOT}"
9
EGIT_REPO_URI="https://github.com/fgont/ipv6toolkit"
12 10

  
13 11
LICENSE="GPL-3"
14 12
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
13
KEYWORDS=""
16 14

  
17 15
DEPEND="
18 16
	net-libs/libpcap[ipv6(+)]
Thank you!