Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310521
Collapse All | Expand All

(-)net-snmp-5.4.2.1-r4.ebuild (-2 / +1 lines)
Lines 62-70 Link Here
62
		die "sed fixproc failed"
62
		die "sed fixproc failed"
63
63
64
	if use python ; then
64
	if use python ; then
65
		python_version
66
		PYTHON_MODNAME="netsnmp"
65
		PYTHON_MODNAME="netsnmp"
67
		PYTHON_DIR="/usr/$(get_libdir)/python${PYVER}/site-packages"
66
		PYTHON_DIR="/usr/$(get_libdir)/python$(python_get_version)/site-packages"
68
		sed -i -e "s:\(install --basedir=\$\$dir\):\1 --root='${D}':" Makefile.in || \
67
		sed -i -e "s:\(install --basedir=\$\$dir\):\1 --root='${D}':" Makefile.in || \
69
			die "sed python failed"
68
			die "sed python failed"
70
	fi
69
	fi

Return to bug 310521