summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-20 06:22:11 +0000
committerSam James <sam@gentoo.org>2024-03-20 06:22:11 +0000
commit1129bbebd77c245586245117eaeeee81ef431e1e (patch)
tree8a6d2c478ca83cc482c9b2b6260554280cd6b13b /net-analyzer/tcptrace
parentmedia-sound/mac: fix variable order (diff)
downloadgentoo-1129bbebd77c245586245117eaeeee81ef431e1e.tar.gz
gentoo-1129bbebd77c245586245117eaeeee81ef431e1e.tar.bz2
gentoo-1129bbebd77c245586245117eaeeee81ef431e1e.zip
net-analyzer/tcptrace: fix variable order
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
index cce2849f482b..c0cc55723524 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild
@@ -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