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 86495138359 for ; Sat, 17 Oct 2020 09:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD5DE0903; Sat, 17 Oct 2020 09:27:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B27D2E0903 for ; Sat, 17 Oct 2020 09:27:10 +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 764E8340FB7 for ; Sat, 17 Oct 2020 09:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23649396 for ; Sat, 17 Oct 2020 09:27:08 +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: <1602926825.80e893e7e2e8c06f2f6efbe3534d015a49c41a0d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild net-p2p/mldonkey/mldonkey-3.1.7.ebuild X-VCS-Directories: net-p2p/mldonkey/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80e893e7e2e8c06f2f6efbe3534d015a49c41a0d X-VCS-Branch: master Date: Sat, 17 Oct 2020 09:27:08 +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: 7f9b58f5-4daf-4679-85c3-97bf1640e9d8 X-Archives-Hash: 006ce27be54232ac5c995d1be99762a7 commit: 80e893e7e2e8c06f2f6efbe3534d015a49c41a0d Author: Sam James gentoo org> AuthorDate: Sat Oct 17 09:26:59 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 17 09:27:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e893e7 net-p2p/mldonkey: fix MissingSlotDep, MissingUseDepDefault in old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild | 12 ++++++++---- net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild | 14 +++++++++----- net-p2p/mldonkey/mldonkey-3.1.7.ebuild | 4 ++-- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild b/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild index 11a7489ae5f..4642a5666fc 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild @@ -17,10 +17,14 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc x86" RDEPEND="dev-lang/perl dev-ml/camlp4:= - guionly? ( >=gnome-base/librsvg-2.4.0 - >=dev-ml/lablgtk-2.6 ) - gtk? ( >=gnome-base/librsvg-2.4.0 - >=dev-ml/lablgtk-2.6[svg] ) + guionly? ( + >=gnome-base/librsvg-2.4.0 + >=dev-ml/lablgtk-2.6:2[svg] + ) + gtk? ( + >=gnome-base/librsvg-2.4.0 + >=dev-ml/lablgtk-2.6:2[svg] + ) gd? ( >=media-libs/gd-2.0.28[truetype] ) magic? ( sys-apps/file )" diff --git a/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild b/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild index d80732cd543..9e9e96d35a2 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,10 +17,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" RDEPEND="dev-lang/perl dev-ml/camlp4:= - guionly? ( >=gnome-base/librsvg-2.4.0 - >=dev-ml/lablgtk-2.6 ) - gtk? ( >=gnome-base/librsvg-2.4.0 - >=dev-ml/lablgtk-2.6[svg] ) + guionly? ( + >=gnome-base/librsvg-2.4.0 + >=dev-ml/lablgtk-2.6:2[svg] + ) + gtk? ( + >=gnome-base/librsvg-2.4.0 + >=dev-ml/lablgtk-2.6:2[svg] + ) gd? ( >=media-libs/gd-2.0.28[truetype] ) magic? ( sys-apps/file ) upnp? ( net-libs/miniupnpc:= net-libs/libnatpmp:= ) diff --git a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild index e4cbea2ab55..72c96a62774 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild @@ -22,11 +22,11 @@ RDEPEND="dev-lang/perl gd? ( media-libs/gd[truetype] ) gtk? ( gnome-base/librsvg - dev-ml/lablgtk:= + dev-ml/lablgtk:2=[svg] ) guionly? ( gnome-base/librsvg - dev-ml/lablgtk:= + dev-ml/lablgtk:2=[svg] ) magic? ( sys-apps/file ) upnp? (