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 C860A138334 for ; Sat, 24 Nov 2018 20:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C74B3E0AB5; Sat, 24 Nov 2018 20:02:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D682E0AB5 for ; Sat, 24 Nov 2018 20:02:43 +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 0247C335D1F for ; Sat, 24 Nov 2018 20:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C6F342F for ; Sat, 24 Nov 2018 20:02:40 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1543089739.484614d87fe57ee2e76da25e2d19593e707486af.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geoclue/geoclue-2.4.13.ebuild X-VCS-Directories: app-misc/geoclue/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 484614d87fe57ee2e76da25e2d19593e707486af X-VCS-Branch: master Date: Sat, 24 Nov 2018 20:02:40 +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-Archives-Salt: 73454767-8341-4fe9-b444-0a1ad3dee181 X-Archives-Hash: f0fdd94f99560f7397a87fbabc0904f1 commit: 484614d87fe57ee2e76da25e2d19593e707486af Author: Mart Raudsepp gentoo org> AuthorDate: Sat Nov 24 20:02:19 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Nov 24 20:02:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484614d8 app-misc/geoclue: add missing build dependency Unfortunately we need gtk-doc at build time with 2.4.13, because the tarball isn't properly disted, thus doesn't contain gtk-doc.make With 2.5 series we'll be able to move the dep behind USE=gtk-doc Closes: https://bugs.gentoo.org/671812 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 app-misc/geoclue/geoclue-2.4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/geoclue/geoclue-2.4.13.ebuild b/app-misc/geoclue/geoclue-2.4.13.ebuild index 31ca81418d1..82db65e56ad 100644 --- a/app-misc/geoclue/geoclue-2.4.13.ebuild +++ b/app-misc/geoclue/geoclue-2.4.13.ebuild @@ -28,7 +28,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/gdbus-codegen dev-util/glib-utils - >=dev-util/gtk-doc-am-1 + >=dev-util/gtk-doc-1 >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig