summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-28 21:22:23 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-28 21:22:23 +0300
commit7a5dd8a3f5a30520e8c75fa585b4df64f635a8f2 (patch)
tree1382736329460349963e9066fff109708d2a0bcd /sys-auth/libfprint/libfprint-0.99.0.ebuild
parentsys-auth/libfprint: Drop old (diff)
downloadgentoo-7a5dd8a3f5a30520e8c75fa585b4df64f635a8f2.tar.gz
gentoo-7a5dd8a3f5a30520e8c75fa585b4df64f635a8f2.tar.bz2
gentoo-7a5dd8a3f5a30520e8c75fa585b4df64f635a8f2.zip
sys-auth/libfprint: Do not build docs at all
Upstream have not shown wiligness to apply a minor patch, disable it until they make up thrit mind. Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-auth/libfprint/libfprint-0.99.0.ebuild')
-rw-r--r--sys-auth/libfprint/libfprint-0.99.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/libfprint/libfprint-0.99.0.ebuild b/sys-auth/libfprint/libfprint-0.99.0.ebuild
index b0e99aa22166..f47dc6065968 100644
--- a/sys-auth/libfprint/libfprint-0.99.0.ebuild
+++ b/sys-auth/libfprint/libfprint-0.99.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/freedesktop/libfprint/archive/V_$(ver_rs 0-3 '_').ta
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples"
+IUSE="examples"
RDEPEND="dev-libs/glib:2
dev-libs/nss
@@ -33,7 +33,7 @@ S="${WORKDIR}/${PN}-V_$(ver_rs 0-3 '_')"
src_configure() {
local emesonargs=(
- -Ddoc=$(usex doc true false)
+ -Ddoc=false
-Dx11-examples=$(usex examples true false)
-Ddrivers=all
-Dudev_rules=true