mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Patrice Clement
parent
586d0b31d7
commit
db0c27cd1b
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user