app-arch/innoextract: don't apply patches twice

The PATCHES variable is already handled by base.eclass.

Gentoo-Bug: https://bugs.gentoo.org/577064
Closes: https://github.com/gentoo/gentoo/pull/1031
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Daniel Scharrer
2016-03-11 15:08:56 +01:00
committed by Patrice Clement
parent 586d0b31d7
commit db0c27cd1b
2 changed files with 0 additions and 10 deletions

View File

@@ -51,11 +51,6 @@ pkg_pretend() {
fi
}
src_prepare() {
epatch "${PATCHES[@]}"
cmake-utils_src_prepare
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use lzma LZMA)

View File

@@ -27,11 +27,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.4-cmake-3.5.patch
)
src_prepare() {
epatch "${PATCHES[@]}"
cmake-utils_src_prepare
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use lzma LZMA)