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 902A71382C5 for ; Wed, 21 Mar 2018 18:13:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A19BE0973; Wed, 21 Mar 2018 18:13:03 +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 D70D3E0973 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 76D27335C60 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 6A50226B 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: <1521655961.0cfdd5bf073ac7ec1bbe8b23cbbb3dd33a110a61.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.6-r1.ebuild app-portage/grs/grs-0.6.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0cfdd5bf073ac7ec1bbe8b23cbbb3dd33a110a61 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: 553c6ef8-67d3-41c8-91a6-d318cbfd723e X-Archives-Hash: fcbecfea45d537c03765df464dd51cdf commit: 0cfdd5bf073ac7ec1bbe8b23cbbb3dd33a110a61 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:10:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfdd5bf app-portage/grs: Support sys-apps/portage-mgorny app-portage/grs/{grs-0.6.ebuild => grs-0.6-r1.ebuild} | 5 ++++- app-portage/grs/grs-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-portage/grs/grs-0.6.ebuild b/app-portage/grs/grs-0.6-r1.ebuild similarity index 95% rename from app-portage/grs/grs-0.6.ebuild rename to app-portage/grs/grs-0.6-r1.ebuild index 0ebcdf12955..171b185d859 100644 --- a/app-portage/grs/grs-0.6.ebuild +++ b/app-portage/grs/grs-0.6-r1.ebuild @@ -23,7 +23,10 @@ IUSE="server" DEPEND="" RDEPEND=" - sys-apps/portage + || ( + sys-apps/portage + sys-apps/portage-mgorny + ) server? ( app-arch/tar[xattr] app-crypt/md5deep diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index abf196bc073..aa1fb650569 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -27,7 +27,10 @@ IUSE="server" DEPEND="" RDEPEND=" - sys-apps/portage + || ( + sys-apps/portage + sys-apps/portage-mgorny + ) server? ( app-arch/tar[xattr] app-crypt/md5deep