mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/tcptrace: fix variable order
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -11,9 +11,10 @@ SRC_URI="
|
||||
http://www.tcptrace.org/download/old/$(ver_cut 1-2)/${P/_p*}.tar.gz
|
||||
mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
|
||||
"
|
||||
S=${WORKDIR}/${P/_p*}
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
@@ -22,13 +23,13 @@ DEPEND="
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P/_p*}-cross-compile.patch
|
||||
"${FILESDIR}"/${P/_p*}-_DEFAULT_SOURCE.patch
|
||||
"${FILESDIR}"/${P/_p*}-fix-build-clang16.patch
|
||||
"${FILESDIR}"/0001-configure.in-fix-implicit-function-declaration-causi.patch
|
||||
)
|
||||
S=${WORKDIR}/${P/_p*}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user