Diff multipath-tcp-tools-2018_p12_p21-r1 with a multipath-tcp-tools-999999

/usr/portage/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.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 flag-o-matic toolchain-funcs
5
inherit git-r3 flag-o-matic toolchain-funcs
6 6

  
7 7
DESCRIPTION="Analysis tools for Multipath Transmission Control Protocol (MPTCP)"
8 8
HOMEPAGE="https://github.com/nasa/multipath-tcp-tools"
9
SRC_URI="https://github.com/nasa/multipath-tcp-tools/archive/v${PV//_p/-}.tar.gz -> ${P}.tar.gz"
9
EGIT_REPO_URI="https://github.com/nasa/multipath-tcp-tools/"
10 10

  
11 11
LICENSE="NOSA"
12 12
SLOT="0"
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS=""
14 14

  
15 15
DEPEND="
16 16
	dev-libs/openssl:=
......
19 19
RDEPEND="
20 20
	${DEPEND}
21 21
"
22
S=${WORKDIR}/${P//_p/-}/network-traffic-analysis-tools
22
S=${WORKDIR}/${P}/network-traffic-analysis-tools
23 23

  
24 24
src_prepare() {
25 25
	sed -i \
Thank you!