1
0
mirror of synced 2024-06-17 18:09:58 +02:00

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

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}
}