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 77DD31382C5 for ; Wed, 21 Mar 2018 18:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37F36E0986; Wed, 21 Mar 2018 18:13:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 10F45E097D for ; Wed, 21 Mar 2018 18:13:04 +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 E804F335C5C for ; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA869271 for ; Wed, 21 Mar 2018 18:12:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521655965.8732e2693aa2db60898a404b7b902b19f71e7ed5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/porthole/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/porthole/porthole-0.6.1-r4.ebuild app-portage/porthole/porthole-0.6.1-r5.ebuild X-VCS-Directories: app-portage/porthole/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8732e2693aa2db60898a404b7b902b19f71e7ed5 X-VCS-Branch: master Date: Wed, 21 Mar 2018 18:12:58 +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: 6417ef6e-9b3d-4504-98c3-45002a8fac64 X-Archives-Hash: 60e8a0f01eaa46da700736f5d7ce5c83 commit: 8732e2693aa2db60898a404b7b902b19f71e7ed5 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:15:11 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8732e269 app-portage/porthole: Support sys-apps/portage-mgorny .../porthole/{porthole-0.6.1-r4.ebuild => porthole-0.6.1-r5.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild b/app-portage/porthole/porthole-0.6.1-r5.ebuild similarity index 94% rename from app-portage/porthole/porthole-0.6.1-r4.ebuild rename to app-portage/porthole/porthole-0.6.1-r5.ebuild index b89b89c8092..4c439daffb4 100644 --- a/app-portage/porthole/porthole-0.6.1-r4.ebuild +++ b/app-portage/porthole/porthole-0.6.1-r5.ebuild @@ -18,7 +18,11 @@ KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="nls" LANGS="de pl ru vi it fr tr" -RDEPEND=">=sys-apps/portage-2.1[${PYTHON_USEDEP}] +RDEPEND=" + || ( + >=sys-apps/portage-2.1[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) dev-python/pygtk:2[${PYTHON_USEDEP}] gnome-base/libglade:2.0 dev-python/pygtksourceview:2[${PYTHON_USEDEP}]