From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56E7F1382C5 for ; Thu, 18 Feb 2021 13:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B0FE083D; Thu, 18 Feb 2021 13:47:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36AFDE084A for ; Thu, 18 Feb 2021 13:47:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC4183407E0 for ; Thu, 18 Feb 2021 13:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F0E14C6 for ; Thu, 18 Feb 2021 13:47:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1613656047.a6856b64c685890e40fdb2b9b075a08c74639eb6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/libfprint/libfprint-1.90.6.ebuild X-VCS-Directories: sys-auth/libfprint/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a6856b64c685890e40fdb2b9b075a08c74639eb6 X-VCS-Branch: master Date: Thu, 18 Feb 2021 13:47:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df2709e5-e047-45c6-9be3-eb52794bb608 X-Archives-Hash: e2a442885e2ffd898ad6d2bb1e8bfe46 commit: a6856b64c685890e40fdb2b9b075a08c74639eb6 Author: Martin Gysel bearsh org> AuthorDate: Wed Jan 6 09:56:53 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 18 13:47:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6856b64 sys-auth/libfprint: remove dep on dev-util/gtk-doc Closes: https://bugs.gentoo.org/755167 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Martin Gysel bearsh.org> Closes: https://github.com/gentoo/gentoo/pull/18962 Signed-off-by: Joonas Niilola gentoo.org> sys-auth/libfprint/libfprint-1.90.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-auth/libfprint/libfprint-1.90.6.ebuild b/sys-auth/libfprint/libfprint-1.90.6.ebuild index f58fbf922a7..52ce05e7e96 100644 --- a/sys-auth/libfprint/libfprint-1.90.6.ebuild +++ b/sys-auth/libfprint/libfprint-1.90.6.ebuild @@ -26,8 +26,7 @@ RDEPEND="dev-libs/glib:2 DEPEND="${RDEPEND}" -BDEPEND="dev-util/gtk-doc - virtual/pkgconfig +BDEPEND="virtual/pkgconfig introspection? ( dev-libs/gobject-introspection )" PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )