diff options
Diffstat (limited to 'app-text/dblatex/dblatex-0.3.7.ebuild')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/dblatex/dblatex-0.3.7.ebuild b/app-text/dblatex/dblatex-0.3.7.ebuild index 4f45d485f7eb..4b0581e12744 100644 --- a/app-text/dblatex/dblatex-0.3.7.ebuild +++ b/app-text/dblatex/dblatex-0.3.7.ebuild @@ -30,7 +30,9 @@ DEPEND="${RDEPEND}" python_prepare_all() { distutils-r1_python_prepare_all - EPATCH_SOURCE="${FILESDIR}" EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch + epatch "${FILESDIR}/${P}-no-inkscape-dependency.patch" + epatch "${FILESDIR}/${PN}-path-logging.patch" + epatch "${FILESDIR}/${PN}-setup.patch" } python_install_all() { |