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 3FC4E138206 for ; Thu, 18 Jan 2018 08:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EFEBE0897; Thu, 18 Jan 2018 08:13:29 +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 2CDF3E0897 for ; Thu, 18 Jan 2018 08:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 00C16335C0B for ; Thu, 18 Jan 2018 08:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88F3A1D3 for ; Thu, 18 Jan 2018 08:13:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1516263193.c11147afe9e7c612564d8e132f9d655e63d068bf.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meld/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meld/meld-3.18.0.ebuild X-VCS-Directories: dev-util/meld/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c11147afe9e7c612564d8e132f9d655e63d068bf X-VCS-Branch: master Date: Thu, 18 Jan 2018 08:13:25 +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: 7df0b7c4-1e30-41f9-b8ae-51250b5fc595 X-Archives-Hash: 67cf0df9c561a0e52b946839fdebf60c commit: c11147afe9e7c612564d8e132f9d655e63d068bf Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Jan 18 08:13:13 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Jan 18 08:13:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11147af dev-util/meld: drop unneeded dbus-python dependency Nowhere to be found in code as explained in bug #636744. Closes: https://bugs.gentoo.org/636744 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/meld/meld-3.18.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/meld/meld-3.18.0.ebuild b/dev-util/meld/meld-3.18.0.ebuild index 04e721a6f80..4ca57bfc588 100644 --- a/dev-util/meld/meld-3.18.0.ebuild +++ b/dev-util/meld/meld-3.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -18,7 +18,6 @@ IUSE="" RDEPEND="${PYTHON_DEPS} >=dev-libs/glib-2.50:2[dbus] - dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-python/pygobject-3.12:3[cairo,${PYTHON_USEDEP}] gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-3.14:3[introspection]