aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2020-03-31 14:58:00 +0200
committerVolkmar W. Pogatzki <gentoo@pogatzki.net>2020-03-31 14:58:00 +0200
commitb6e4fcc3506e15650b6a19d38643dce83525be4f (patch)
tree710c06d8ae5cac8bd2d2cfbd233e5285345808d0 /sys-auth
parentsys-auth/AusweisApp2: Removed unused USE flag (diff)
downloadguru-b6e4fcc3506e15650b6a19d38643dce83525be4f.tar.gz
guru-b6e4fcc3506e15650b6a19d38643dce83525be4f.tar.bz2
guru-b6e4fcc3506e15650b6a19d38643dce83525be4f.zip
sys-auth/AusweisApp2: move to cmake.eclass
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
index a560d3fae..5ee7f9f87 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
CMAKE_BUILD_TYPE=Release
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Official authentication app for German ID cards and residence permits"
HOMEPAGE="https://www.ausweisapp.bund.de/"
@@ -35,5 +35,5 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
- cmake-utils_src_configure
+ cmake_src_configure
}