mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
DISTUTILS_SINGLE_IMPL=true
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user