diff options
Diffstat (limited to 'net-analyzer/scapy/scapy-9999.ebuild')
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index 3ed8c5033ab1..2590611e940b 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -31,7 +31,8 @@ Scapy has optional support for the following packages: " src_prepare() { - echo ${PV/_/} > ${PN}/VERSION + echo ${PV/_/} > ${PN}/VERSION || die + distutils-r1_src_prepare } |