commit: b6e4fcc3506e15650b6a19d38643dce83525be4f Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Mar 31 12:58:00 2020 +0000 Commit: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> CommitDate: Tue Mar 31 12:58:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6e4fcc3
sys-auth/AusweisApp2: move to cmake.eclass Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> 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 a560d3f..5ee7f9f 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 }
