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 29A48138359 for ; Mon, 16 Nov 2020 22:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A51AE097C; Mon, 16 Nov 2020 22:53:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 64603E097C for ; Mon, 16 Nov 2020 22:53:14 +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 68AE433BEA8 for ; Mon, 16 Nov 2020 22:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C362C45B for ; Mon, 16 Nov 2020 22:53:10 +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: <1605567183.c302c2fa44218229167ceec84bff1afd04024530.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/micropython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/micropython/micropython-1.11.ebuild X-VCS-Directories: dev-lang/micropython/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c302c2fa44218229167ceec84bff1afd04024530 X-VCS-Branch: master Date: Mon, 16 Nov 2020 22:53:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdf6d6ac-6743-4e5d-9ecf-7d1e90a7e3d0 X-Archives-Hash: dd29fd85868ee421e4b2318edd33dc5b commit: c302c2fa44218229167ceec84bff1afd04024530 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Nov 16 22:47:49 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Nov 16 22:53:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c302c2fa dev-lang/micropython: use dev-libs/libffi instead of virtual/libffi Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/micropython/micropython-1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/micropython/micropython-1.11.ebuild b/dev-lang/micropython/micropython-1.11.ebuild index bdf54e45b9e..218dea6ed46 100644 --- a/dev-lang/micropython/micropython-1.11.ebuild +++ b/dev-lang/micropython/micropython-1.11.ebuild @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND=" - virtual/libffi + dev-libs/libffi virtual/pkgconfig" PATCHES=(