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 44441158090 for ; Tue, 17 May 2022 20:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67D54E08ED; Tue, 17 May 2022 20:20:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B0EEE08ED for ; Tue, 17 May 2022 20:20:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B75F3410F8 for ; Tue, 17 May 2022 20:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89AE5DC for ; Tue, 17 May 2022 20:20:05 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1652818781.7cfa37d7cb6e7925d5b221291b161a6d30b460d8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-3.00-r3.ebuild net-p2p/transmission/transmission-3.00-r4.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7cfa37d7cb6e7925d5b221291b161a6d30b460d8 X-VCS-Branch: master Date: Tue, 17 May 2022 20:20:05 +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: e66d6bb4-e840-4b36-ad67-753590976b96 X-Archives-Hash: c00c53666f166747a3c7bfb8d39f3011 commit: 7cfa37d7cb6e7925d5b221291b161a6d30b460d8 Author: Mike Gilbert gentoo org> AuthorDate: Tue May 17 20:19:41 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue May 17 20:19:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfa37d7 net-p2p/transmission: drop dependency on dbus-glib Signed-off-by: Mike Gilbert gentoo.org> .../{transmission-3.00-r3.ebuild => transmission-3.00-r4.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/net-p2p/transmission/transmission-3.00-r3.ebuild b/net-p2p/transmission/transmission-3.00-r4.ebuild similarity index 99% rename from net-p2p/transmission/transmission-3.00-r3.ebuild rename to net-p2p/transmission/transmission-3.00-r4.ebuild index 6fdc118910b6..9b4ded7eca6e 100644 --- a/net-p2p/transmission/transmission-3.00-r3.ebuild +++ b/net-p2p/transmission/transmission-3.00-r4.ebuild @@ -49,7 +49,6 @@ COMMON_DEPEND=" sys-libs/zlib:= nls? ( virtual/libintl ) gtk? ( - >=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.4:3 appindicator? ( >=dev-libs/libappindicator-0.4.30:3 )