summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 20:13:46 +0100
committerSam James <sam@gentoo.org>2021-04-03 20:52:54 +0100
commit8c76dc69c7c71eb1a11fbfc618f033f1237c2284 (patch)
tree4ccb36b1c3cfd5f4653039f83af87e087d65314a
parentnet-analyzer/fwlogwatch: add missing l10n inherit (diff)
downloadgentoo-8c76dc69c7c71eb1a11fbfc618f033f1237c2284.tar.gz
gentoo-8c76dc69c7c71eb1a11fbfc618f033f1237c2284.tar.bz2
gentoo-8c76dc69c7c71eb1a11fbfc618f033f1237c2284.zip
net-analyzer/rtpbreak: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild b/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild
index c10b7bd76cc0..557c98956942 100644
--- a/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild
+++ b/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
DESCRIPTION="Analyze any RTP session through heuristics over UDP network traffic"
HOMEPAGE="http://xenion.reactive-search.com/?page_id=7"
@@ -12,11 +12,9 @@ SRC_URI="http://xenion.antifork.org/rtpbreak/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="net-libs/libnet:1.1
>=net-libs/libpcap-0.7"
-
RDEPEND="${DEPEND}"
src_prepare() {