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 D8C681382C5 for ; Wed, 21 Mar 2018 18:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 463A0E0967; Wed, 21 Mar 2018 18:13:02 +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 1E61BE096A for ; Wed, 21 Mar 2018 18:13:02 +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 0AC44335C2C for ; Wed, 21 Mar 2018 18:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DAF5266 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: <1521655957.240ff1c3d075a1db3e76a3436809cf768ae9b65f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/esearch/esearch-1.3-r1.ebuild app-portage/esearch/esearch-1.3-r2.ebuild app-portage/esearch/esearch-9999.ebuild X-VCS-Directories: app-portage/esearch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 240ff1c3d075a1db3e76a3436809cf768ae9b65f 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: dbf4b207-54c8-46e0-b7be-193bdb6390d0 X-Archives-Hash: 4a7a4c7811103ab493ce805ccd177cf7 commit: 240ff1c3d075a1db3e76a3436809cf768ae9b65f Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:07:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240ff1c3 app-portage/esearch: Support sys-apps/portage-mgorny .../esearch/{esearch-1.3-r1.ebuild => esearch-1.3-r2.ebuild} | 6 +++++- app-portage/esearch/esearch-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild b/app-portage/esearch/esearch-1.3-r2.ebuild similarity index 95% rename from app-portage/esearch/esearch-1.3-r1.ebuild rename to app-portage/esearch/esearch-1.3-r2.ebuild index 0454193e201..3c8b1eac66e 100644 --- a/app-portage/esearch/esearch-1.3-r1.ebuild +++ b/app-portage/esearch/esearch-1.3-r2.ebuild @@ -18,7 +18,11 @@ IUSE="l10n_fr l10n_it" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" -DEPEND="sys-apps/portage" +DEPEND=" + || ( + sys-apps/portage + sys-apps/portage-mgorny + )" RDEPEND="${DEPEND}" # Populate the patches array for any patches for -rX releases diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index fb347e360d9..ae29c8dc76a 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -18,7 +18,11 @@ IUSE="l10n_fr l10n_it" KEYWORDS="" -DEPEND="sys-apps/portage" +DEPEND=" + || ( + sys-apps/portage + sys-apps/portage-mgorny + )" RDEPEND="${DEPEND}" python_prepare_all() {