mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-python/mininet: add missing dep & install mnexec
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -19,3 +19,17 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
|
RDEPEND="net-misc/openvswitch"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
distutils-r1_src_compile
|
||||||
|
|
||||||
|
emake mnexec
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
distutils-r1_src_install
|
||||||
|
|
||||||
|
PREFIX=${ED} emake install-mnexec
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user