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 D478C138331 for ; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05DF5E0968; Wed, 21 Mar 2018 18:13:02 +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 D4AC6E0967 for ; Wed, 21 Mar 2018 18:13: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 AB78A335C51 for ; Wed, 21 Mar 2018 18:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF34B265 for ; Wed, 21 Mar 2018 18:12:57 +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.5ae5f73cecba7c59aa19b718e9fb8fd16c2d0f51.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/epkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/epkg/epkg-0.4-r1.ebuild app-portage/epkg/epkg-0.4.ebuild X-VCS-Directories: app-portage/epkg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ae5f73cecba7c59aa19b718e9fb8fd16c2d0f51 X-VCS-Branch: master Date: Wed, 21 Mar 2018 18:12:57 +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: dd8b70bf-1962-4d72-9e7b-0f729e3f3250 X-Archives-Hash: 20dee66e9cc15c8791e9f7ffdc433356 commit: 5ae5f73cecba7c59aa19b718e9fb8fd16c2d0f51 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:06:11 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=5ae5f73c app-portage/epkg: Support sys-apps/portage-mgorny app-portage/epkg/{epkg-0.4.ebuild => epkg-0.4-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-portage/epkg/epkg-0.4.ebuild b/app-portage/epkg/epkg-0.4-r1.ebuild similarity index 82% rename from app-portage/epkg/epkg-0.4.ebuild rename to app-portage/epkg/epkg-0.4-r1.ebuild index 484c567dcc1..06f08b0aa4e 100644 --- a/app-portage/epkg/epkg-0.4.ebuild +++ b/app-portage/epkg/epkg-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,10 @@ S="${WORKDIR}/${PN}-${P}" DEPEND="" RDEPEND="app-portage/eix app-portage/gentoolkit - sys-apps/portage" + || ( + sys-apps/portage + sys-apps/portage-mgorny + )" src_install() { dobin epkg