diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 20:12:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-19 14:08:06 +0100 |
commit | 608fd301fcfc4f1d804d948245e623ebfbf75d74 (patch) | |
tree | ee703137eebcd7b4160db0120e8673b02b13768d /app-arch/innoextract | |
parent | app-admin/terraform: Drop old (diff) | |
download | gentoo-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/innoextract')
-rw-r--r-- | app-arch/innoextract/innoextract-1.8.ebuild | 4 |
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 } |