Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/
Date: Sun, 28 Apr 2019 18:22:41
Message-Id: 1556475743.7a5dd8a3f5a30520e8c75fa585b4df64f635a8f2.zlogene@gentoo
1 commit: 7a5dd8a3f5a30520e8c75fa585b4df64f635a8f2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 18:22:23 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 18:22:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5dd8a3
7
8 sys-auth/libfprint: Do not build docs at all
9
10 Upstream have not shown wiligness to apply a minor patch, disable it
11 until they make up thrit mind.
12
13 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
14 Package-Manager: Portage-2.3.62, Repoman-2.3.11
15
16 sys-auth/libfprint/libfprint-0.99.0.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-auth/libfprint/libfprint-0.99.0.ebuild b/sys-auth/libfprint/libfprint-0.99.0.ebuild
20 index b0e99aa2216..f47dc606596 100644
21 --- a/sys-auth/libfprint/libfprint-0.99.0.ebuild
22 +++ b/sys-auth/libfprint/libfprint-0.99.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/freedesktop/libfprint/archive/V_$(ver_rs 0-3 '_').ta
30 LICENSE="LGPL-2.1"
31 SLOT="0"
32 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 -IUSE="doc examples"
34 +IUSE="examples"
35
36 RDEPEND="dev-libs/glib:2
37 dev-libs/nss
38 @@ -33,7 +33,7 @@ S="${WORKDIR}/${PN}-V_$(ver_rs 0-3 '_')"
39
40 src_configure() {
41 local emesonargs=(
42 - -Ddoc=$(usex doc true false)
43 + -Ddoc=false
44 -Dx11-examples=$(usex examples true false)
45 -Ddrivers=all
46 -Dudev_rules=true