summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-30 20:12:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-19 14:08:06 +0100
commit608fd301fcfc4f1d804d948245e623ebfbf75d74 (patch)
treeee703137eebcd7b4160db0120e8673b02b13768d /app-arch
parentapp-admin/terraform: Drop old (diff)
downloadgentoo-608fd301fcfc4f1d804d948245e623ebfbf75d74.tar.gz
gentoo-608fd301fcfc4f1d804d948245e623ebfbf75d74.tar.bz2
gentoo-608fd301fcfc4f1d804d948245e623ebfbf75d74.zip
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/innoextract/innoextract-1.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/innoextract/innoextract-1.8.ebuild b/app-arch/innoextract/innoextract-1.8.ebuild
index b5df9fba5b81..5c58d878b0ff 100644
--- a/app-arch/innoextract/innoextract-1.8.ebuild
+++ b/app-arch/innoextract/innoextract-1.8.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="A tool to unpack installers created by Inno Setup"
HOMEPAGE="https://constexpr.org/innoextract/"
@@ -29,5 +29,5 @@ src_configure() {
-DWITH_CONV=$(usex iconv iconv builtin)
)
- cmake-utils_src_configure
+ cmake_src_configure
}