From b6e4fcc3506e15650b6a19d38643dce83525be4f Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Tue, 31 Mar 2020 14:58:00 +0200 Subject: [PATCH] sys-auth/AusweisApp2: move to cmake.eclass Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Volkmar W. Pogatzki --- sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 4 ++-- 1 file 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 a560d3faef..5ee7f9f87f 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 }