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 AF923139000 for ; Fri, 30 Jul 2021 08:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB87E0956; Fri, 30 Jul 2021 08:14: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 D0880E0956 for ; Fri, 30 Jul 2021 08:14: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 A1B21342EFC for ; Fri, 30 Jul 2021 08:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3555484C for ; Fri, 30 Jul 2021 08:14:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627632804.917171d66126a1999c1f42597040fb56ad189144.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/minecraft-launcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild X-VCS-Directories: games-action/minecraft-launcher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 917171d66126a1999c1f42597040fb56ad189144 X-VCS-Branch: master Date: Fri, 30 Jul 2021 08:14:00 +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: 9aa63bef-8067-46ff-af17-fb4a6d42dcf3 X-Archives-Hash: 813cb18cb2e140e0785513639c833f3b commit: 917171d66126a1999c1f42597040fb56ad189144 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jul 30 08:12:35 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jul 30 08:13:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917171d6 games-action/minecraft-launcher: allow libffi-compat as alternative to libffi Closes: https://bugs.gentoo.org/805185 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> ...inecraft-launcher-928-r2.ebuild => minecraft-launcher-928-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild b/games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild similarity index 95% rename from games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild rename to games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild index fcfcd3f5242..9532295a04c 100644 --- a/games-action/minecraft-launcher/minecraft-launcher-928-r2.ebuild +++ b/games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild @@ -21,7 +21,7 @@ RDEPEND=" app-crypt/libsecret dev-libs/nss dev-libs/libbsd - dev-libs/libffi:0/7 + || ( dev-libs/libffi-compat:7 dev-libs/libffi:0/7 ) dev-libs/libpcre media-libs/alsa-lib media-libs/openal