Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-auth/AusweisApp2/
Date: Tue, 31 Mar 2020 14:11:02
Message-Id: 1585659480.b6e4fcc3506e15650b6a19d38643dce83525be4f.andrewammerlaan@gentoo
1 commit: b6e4fcc3506e15650b6a19d38643dce83525be4f
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Mar 31 12:58:00 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Mar 31 12:58:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6e4fcc3
7
8 sys-auth/AusweisApp2: move to cmake.eclass
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12
13 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
17 index a560d3f..5ee7f9f 100644
18 --- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
19 +++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 CMAKE_BUILD_TYPE=Release
24 -inherit cmake-utils
25 +inherit cmake
26
27 DESCRIPTION="Official authentication app for German ID cards and residence permits"
28 HOMEPAGE="https://www.ausweisapp.bund.de/"
29 @@ -35,5 +35,5 @@ DEPEND="${RDEPEND}
30
31 src_configure() {
32 local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
33 - cmake-utils_src_configure
34 + cmake_src_configure
35 }