net-analyzer/scapy: Drop unnecessary usage of DISTUTILS_SINGLE_IMPL

The package doesn't install file which would collide in a multi ABI scenario

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-02 08:23:55 +01:00
parent a5a8c87fcb
commit 2565c08a2f
4 changed files with 13 additions and 16 deletions

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>netmon</herd>
<maintainer>
<email>ikelos@gentoo.org</email>
<name>Mike Auty</name>
</maintainer>
<longdescription lang="en">
<herd>netmon</herd>
<maintainer>
<email>ikelos@gentoo.org</email>
<name>Mike Auty</name>
</maintainer>
<longdescription lang="en">
Scapy is a powerful interactive packet manipulation program.
</longdescription>
<use>
<flag name='pyx'>Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag>
<flag name='visual'>Enable <pkg>dev-python/visual</pkg> support for 3d graphs</flag>
<flag name='tcpreplay'>Enable <pkg>net-analyzer/tcpreply</pkg> support for fast packet replay</flag>
</use>
<use>
<flag name="pyx">Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag>
<flag name="visual">Enable <pkg>dev-python/visual</pkg> support for 3d graphs</flag>
<flag name="tcpreplay">Enable <pkg>net-analyzer/tcpreply</pkg> support for fast packet replay</flag>
</use>
</pkgmetadata>

View File

@@ -5,7 +5,6 @@
EAPI="5"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=true
inherit eutils distutils-r1

View File

@@ -1,11 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=true
inherit eutils distutils-r1

View File

@@ -1,11 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=true
inherit eutils distutils-r1