From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1090899-garchives=archives.gentoo.org@lists.gentoo.org> 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 13127138335 for <garchives@archives.gentoo.org>; Sat, 18 May 2019 10:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42ECE0833; Sat, 18 May 2019 10:03:00 +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 C9E98E0833 for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2019 10:03:00 +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 564DC344A04 for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2019 10:02:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49F425ED for <gentoo-commits@lists.gentoo.org>; Sat, 18 May 2019 10:02:57 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1558173731.23f8aeb34d09597a321a21c2043d7cb15d8fc96f.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-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: 23f8aeb34d09597a321a21c2043d7cb15d8fc96f X-VCS-Branch: master Date: Sat, 18 May 2019 10:02:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73ae74cd-ca56-42ed-ae61-3dd0b68dece6 X-Archives-Hash: cd21e918f8cd23e6dc7d3b4b3579c61d commit: 23f8aeb34d09597a321a21c2043d7cb15d8fc96f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 18 08:55:49 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 18 10:02:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f8aeb3 app-portage/esearch: Prune dep on portage-mgorny Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/esearch/esearch-1.3-r2.ebuild | 6 +----- app-portage/esearch/esearch-9999.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild b/app-portage/esearch/esearch-1.3-r2.ebuild index 724b0ea94cf..c1daaf3bc88 100644 --- a/app-portage/esearch/esearch-1.3-r2.ebuild +++ b/app-portage/esearch/esearch-1.3-r2.ebuild @@ -18,11 +18,7 @@ IUSE="l10n_fr l10n_it" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" -DEPEND=" - || ( - sys-apps/portage - sys-apps/portage-mgorny - )" +DEPEND="sys-apps/portage" 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 ca0681915b4..d3487f839a8 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -18,11 +18,7 @@ IUSE="l10n_fr l10n_it" KEYWORDS="" -DEPEND=" - || ( - sys-apps/portage - sys-apps/portage-mgorny - )" +DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" python_prepare_all() {