1
0
Fork 0

Applied fixes as recommended by mgorny

https://github.com/gentoo/gentoo/pull/10048
This commit is contained in:
Horea Christian 2018-10-15 00:35:02 +02:00
parent 3da657ccc4
commit dfba2f662e
1 changed files with 3 additions and 4 deletions

View File

@ -23,13 +23,12 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
MODNAME="svg"
python_test() {
${EPYTHON} setup.py test || die
esetup.py test || die
}
src_install() {
cd src
MODNAME="svg"
cd src || die
python_foreach_impl python_domodule ${MODNAME}
}