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 781B41382C5 for ; Wed, 21 Mar 2018 18:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B0BE096B; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4EB07E096B for ; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F54F335C5C 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 8F77426D 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: <1521655963.0431467167d8ac3c92925b8d9e16690d43ad666b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-2.4.2-r1.ebuild app-portage/layman/layman-2.4.2.ebuild app-portage/layman/layman-9999.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0431467167d8ac3c92925b8d9e16690d43ad666b 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: 7b61557c-c1ac-40cb-b45e-f72f98521080 X-Archives-Hash: a049b5bf7b76e4c4ff82bc202f8c4d73 commit: 0431467167d8ac3c92925b8d9e16690d43ad666b Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:12:37 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04314671 app-portage/layman: Support sys-apps/portage-mgorny .../layman/{layman-2.4.2.ebuild => layman-2.4.2-r1.ebuild} | 14 ++++++++++++-- app-portage/layman/layman-9999.ebuild | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/app-portage/layman/layman-2.4.2.ebuild b/app-portage/layman/layman-2.4.2-r1.ebuild similarity index 88% rename from app-portage/layman/layman-2.4.2.ebuild rename to app-portage/layman/layman-2.4.2-r1.ebuild index c2a0b020381..7cd74b995ce 100644 --- a/app-portage/layman/layman-2.4.2.ebuild +++ b/app-portage/layman/layman-2.4.2-r1.ebuild @@ -35,8 +35,18 @@ RDEPEND=" ) ) gpg? ( >=dev-python/pyGPG-0.2 ) - sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] ) - !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] ) + sync-plugin-portage? ( + || ( + >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) + ) + !sync-plugin-portage? ( + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) + ) >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}] " diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index c7ff3068c98..41753c3c889 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -36,8 +36,18 @@ RDEPEND=" ) ) gpg? ( >=dev-python/pyGPG-0.2 ) - sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] ) - !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] ) + sync-plugin-portage? ( + || ( + >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) + ) + !sync-plugin-portage? ( + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) + ) >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}] "