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 5D734138334 for ; Fri, 24 Aug 2018 12:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34589E0922; Fri, 24 Aug 2018 12:54:36 +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 0BB5BE0922 for ; Fri, 24 Aug 2018 12:54:36 +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 CBB9E335CC2 for ; Fri, 24 Aug 2018 12:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01AF537C for ; Fri, 24 Aug 2018 12:54:33 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1535115266.6fb5e93b556791003c030a6011aa97ddb98a9a90.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/hackport/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/hackport/hackport-9999.ebuild X-VCS-Directories: app-portage/hackport/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6fb5e93b556791003c030a6011aa97ddb98a9a90 X-VCS-Branch: master Date: Fri, 24 Aug 2018 12:54:33 +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: 6a520c0a-22cf-46f9-aec1-1a91e137ed6b X-Archives-Hash: 11d3b810da3776942b34a3d793fa9af2 commit: 6fb5e93b556791003c030a6011aa97ddb98a9a90 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Aug 24 11:58:31 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 24 12:54:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb5e93b app-portage/hackport: sync support portage-mgorny into live ebuild Sync ac77b6ecf3d39cf290a93a8f4f1a53e5fd705abf into live ebuild: "app-portage/hackport: Support sys-apps/portage-mgorny" Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-portage/hackport/hackport-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app-portage/hackport/hackport-9999.ebuild b/app-portage/hackport/hackport-9999.ebuild index c5936c97a15..c1171a3731b 100644 --- a/app-portage/hackport/hackport-9999.ebuild +++ b/app-portage/hackport/hackport-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,13 @@ IUSE="" RESTRICT=test # tests are broken: need path to ebuild tree -RDEPEND="dev-haskell/async:= +RDEPEND=" + || ( +