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>
This commit is contained in:
Volkmar W. Pogatzki
2020-03-31 14:58:00 +02:00
parent c98b44a1be
commit b6e4fcc350

View File

@@ -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
}