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 9DB37138334 for ; Tue, 21 Aug 2018 00:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BFEEE086D; Tue, 21 Aug 2018 00:20:19 +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 6E437E086D for ; Tue, 21 Aug 2018 00:20:18 +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 5FD1F335C5D for ; Tue, 21 Aug 2018 00:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391A9398 for ; Tue, 21 Aug 2018 00:20:11 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1534810795.b913bf8ca79ad11cade01da8b51440008f1c482b.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild X-VCS-Directories: net-libs/loudmouth/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: b913bf8ca79ad11cade01da8b51440008f1c482b X-VCS-Branch: master Date: Tue, 21 Aug 2018 00:20:11 +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: 09bd1d0a-7f6b-46b4-abc1-d2d75a82f173 X-Archives-Hash: c15787a5a1a4b6113107f608c5dc4a93 commit: b913bf8ca79ad11cade01da8b51440008f1c482b Author: Andrey Utkin gentoo org> AuthorDate: Tue Aug 21 00:18:39 2018 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Tue Aug 21 00:19:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b913bf8c net-libs/loudmouth: drop unused doc building deps Unconditional dependency on dev-util/gtk-doc{,-am} was declared, but the documentation building was not implemented. Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild index 8538a223d36..d611065e734 100644 --- a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild +++ b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild @@ -27,8 +27,6 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-libs/check ) virtual/pkgconfig - >=dev-util/gtk-doc-1 - >=dev-util/gtk-doc-am-1 " PATCHES=( "${FILESDIR}"/${P}-gcc7.patch )