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 E1E5D1382C5 for ; Fri, 25 Dec 2020 16:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27962E0B7B; Fri, 25 Dec 2020 16:13:27 +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 0B3C4E0B7B for ; Fri, 25 Dec 2020 16:13:26 +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 76B84341C3F for ; Fri, 25 Dec 2020 16:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAC90B8 for ; Fri, 25 Dec 2020 16:13:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1608912678.45f13db5ad7a0ddfd6fc11b936f1931a2ae09479.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/higan/higan-106_p1-r1.ebuild X-VCS-Directories: games-emulation/higan/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 45f13db5ad7a0ddfd6fc11b936f1931a2ae09479 X-VCS-Branch: master Date: Fri, 25 Dec 2020 16:13:23 +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: de120a0e-27b9-46c8-adb2-f052fa699dd5 X-Archives-Hash: 70941829aca6c03dbc142fbd820ce08d commit: 45f13db5ad7a0ddfd6fc11b936f1931a2ae09479 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 25 16:11:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 25 16:11:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f13db5 games-emulation/higan: Drop superfluous qmake-utils Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> games-emulation/higan/higan-106_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/higan/higan-106_p1-r1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild index 7f4b51fdf8b..09a2aafadb1 100644 --- a/games-emulation/higan/higan-106_p1-r1.ebuild +++ b/games-emulation/higan/higan-106_p1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 MY_COMMIT=41efdba45afa770db99bc7484a8ad340ccc597d2 -inherit desktop toolchain-funcs qmake-utils xdg-utils +inherit desktop toolchain-funcs xdg-utils DESCRIPTION="A multi-system game emulator formerly known as bsnes" HOMEPAGE="https://byuu.org/emulation/higan/ https://gitlab.com/higan/higan"