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 85E301382C5 for ; Mon, 19 Apr 2021 21:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3229E0876; Mon, 19 Apr 2021 21:18:32 +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 BB5E6E0876 for ; Mon, 19 Apr 2021 21:18:32 +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 6F6A4340E5C for ; Mon, 19 Apr 2021 21:18:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD3D759C for ; Mon, 19 Apr 2021 21:18:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1618867101.c18a9fed6c1b20240997b5f655902c0223073552.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/mgba-0.8.4-r1.ebuild games-emulation/mgba/mgba-0.8.4.ebuild games-emulation/mgba/mgba-0.9.1-r1.ebuild games-emulation/mgba/mgba-0.9.1.ebuild games-emulation/mgba/mgba-9999.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c18a9fed6c1b20240997b5f655902c0223073552 X-VCS-Branch: master Date: Mon, 19 Apr 2021 21:18:29 +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: 337d25d9-876c-4c72-8d13-fd05342e172f X-Archives-Hash: 1adc9876e7d931b1c8e15a7f63fd917c commit: c18a9fed6c1b20240997b5f655902c0223073552 Author: Lars Wendler gentoo org> AuthorDate: Mon Apr 19 21:16:45 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Apr 19 21:18:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18a9fed games-emulation/mgba: USE="debug" requires dev-libs/libedit Closes: https://bugs.gentoo.org/769647 Signed-off-by: Lars Wendler gentoo.org> games-emulation/mgba/{mgba-0.8.4.ebuild => mgba-0.8.4-r1.ebuild} | 1 + games-emulation/mgba/{mgba-0.9.1.ebuild => mgba-0.9.1-r1.ebuild} | 1 + games-emulation/mgba/mgba-9999.ebuild | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/games-emulation/mgba/mgba-0.8.4.ebuild b/games-emulation/mgba/mgba-0.8.4-r1.ebuild similarity index 98% rename from games-emulation/mgba/mgba-0.8.4.ebuild rename to games-emulation/mgba/mgba-0.8.4-r1.ebuild index f6889f1582d..cef008e8c59 100644 --- a/games-emulation/mgba/mgba-0.8.4.ebuild +++ b/games-emulation/mgba/mgba-0.8.4-r1.ebuild @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl ) RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] + debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) opengl? ( media-libs/libglvnd ) diff --git a/games-emulation/mgba/mgba-0.9.1.ebuild b/games-emulation/mgba/mgba-0.9.1-r1.ebuild similarity index 98% rename from games-emulation/mgba/mgba-0.9.1.ebuild rename to games-emulation/mgba/mgba-0.9.1-r1.ebuild index 82e8d32e771..a9e24f62871 100644 --- a/games-emulation/mgba/mgba-0.9.1.ebuild +++ b/games-emulation/mgba/mgba-0.9.1-r1.ebuild @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl ) RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] + debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) opengl? ( media-libs/libglvnd ) diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index e34b02d2296..a9e24f62871 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl ) RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] + debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) opengl? ( media-libs/libglvnd )