diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 19:57:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 19:59:15 +0100 |
commit | 4b05bacae32547859932234896b9dba01893d5dc (patch) | |
tree | cbf822d1d9ab4ee2963d8e72d5cbacc465e193ce /net-analyzer | |
parent | net-analyzer/quidscor: eutils->epatch (diff) | |
download | gentoo-4b05bacae32547859932234896b9dba01893d5dc.tar.gz gentoo-4b05bacae32547859932234896b9dba01893d5dc.tar.bz2 gentoo-4b05bacae32547859932234896b9dba01893d5dc.zip |
net-analyzer/thc-ipv6: drop superfluous src_unpack definition
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild | 8 | ||||
-rw-r--r-- | net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild index 396a0b2a2160..b5817554f26c 100644 --- a/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild +++ b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild @@ -30,14 +30,6 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" ) -src_unpack() { - if [[ ${PV} == *9999 ]]; then - git-r3_src_unpack - fi - - default -} - src_prepare() { sed -e '/^CFLAGS=/s,CFLAGS=,CFLAGS?=,' \ -i Makefile || die diff --git a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild index 396a0b2a2160..b5817554f26c 100644 --- a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild +++ b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild @@ -30,14 +30,6 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" ) -src_unpack() { - if [[ ${PV} == *9999 ]]; then - git-r3_src_unpack - fi - - default -} - src_prepare() { sed -e '/^CFLAGS=/s,CFLAGS=,CFLAGS?=,' \ -i Makefile || die |