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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11C0715808B for ; Tue, 8 Mar 2022 13:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C7D1E08A8; Tue, 8 Mar 2022 13:48:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55756E08A8 for ; Tue, 8 Mar 2022 13:48:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9538634333F for ; Tue, 8 Mar 2022 13:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5E64327 for ; Tue, 8 Mar 2022 13:48:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646747227.9072e462145ff49d1d36e7596b0aa34c013c410c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnice/libnice-0.1.18.ebuild X-VCS-Directories: net-libs/libnice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9072e462145ff49d1d36e7596b0aa34c013c410c X-VCS-Branch: master Date: Tue, 8 Mar 2022 13:48:02 +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: 563af8fd-08c7-4be0-97ad-5117fbf4715c X-Archives-Hash: 156187aaab59cc3ff281fd45cdf6e640 commit: 9072e462145ff49d1d36e7596b0aa34c013c410c Author: Igor V. Kovalenko gmail com> AuthorDate: Fri Feb 25 19:54:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 8 13:47:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9072e462 net-libs/libnice: Clean up 0.1.18 unused dependency on gtk-doc-am libnice is disabling gtk_doc feature by default, therefore gtk-doc is not used. Drop gtk-doc-am dependency. Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> net-libs/libnice/libnice-0.1.18.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/libnice/libnice-0.1.18.ebuild b/net-libs/libnice/libnice-0.1.18.ebuild index 6f548062c418..9a56f55eb0ff 100644 --- a/net-libs/libnice/libnice-0.1.18.ebuild +++ b/net-libs/libnice/libnice-0.1.18.ebuild @@ -24,7 +24,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils - >=dev-util/gtk-doc-am-1.10 virtual/pkgconfig "