mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
Merge updates from master
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
CMAKE_BUILD_TYPE=Release
|
CMAKE_BUILD_TYPE=Release
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="Official authentication app for German ID cards and residence permits"
|
DESCRIPTION="Official authentication app for German ID cards and residence permits"
|
||||||
HOMEPAGE="https://www.ausweisapp.bund.de/"
|
HOMEPAGE="https://www.ausweisapp.bund.de/"
|
||||||
@@ -35,5 +35,5 @@ DEPEND="${RDEPEND}
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
|
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user