Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/
Date: Mon, 19 Apr 2021 21:18:36
Message-Id: 1618867101.c18a9fed6c1b20240997b5f655902c0223073552.polynomial-c@gentoo
1 commit: c18a9fed6c1b20240997b5f655902c0223073552
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 21:16:45 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 21:18:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18a9fed
7
8 games-emulation/mgba: USE="debug" requires dev-libs/libedit
9
10 Closes: https://bugs.gentoo.org/769647
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-emulation/mgba/{mgba-0.8.4.ebuild => mgba-0.8.4-r1.ebuild} | 1 +
14 games-emulation/mgba/{mgba-0.9.1.ebuild => mgba-0.9.1-r1.ebuild} | 1 +
15 games-emulation/mgba/mgba-9999.ebuild | 3 ++-
16 3 files changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/games-emulation/mgba/mgba-0.8.4.ebuild b/games-emulation/mgba/mgba-0.8.4-r1.ebuild
19 similarity index 98%
20 rename from games-emulation/mgba/mgba-0.8.4.ebuild
21 rename to games-emulation/mgba/mgba-0.8.4-r1.ebuild
22 index f6889f1582d..cef008e8c59 100644
23 --- a/games-emulation/mgba/mgba-0.8.4.ebuild
24 +++ b/games-emulation/mgba/mgba-0.8.4-r1.ebuild
25 @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl )
26 RDEPEND="
27 media-libs/libpng:0=
28 sys-libs/zlib[minizip]
29 + debug? ( dev-libs/libedit )
30 elf? ( dev-libs/elfutils )
31 ffmpeg? ( media-video/ffmpeg:= )
32 opengl? ( media-libs/libglvnd )
33
34 diff --git a/games-emulation/mgba/mgba-0.9.1.ebuild b/games-emulation/mgba/mgba-0.9.1-r1.ebuild
35 similarity index 98%
36 rename from games-emulation/mgba/mgba-0.9.1.ebuild
37 rename to games-emulation/mgba/mgba-0.9.1-r1.ebuild
38 index 82e8d32e771..a9e24f62871 100644
39 --- a/games-emulation/mgba/mgba-0.9.1.ebuild
40 +++ b/games-emulation/mgba/mgba-0.9.1-r1.ebuild
41 @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl )
42 RDEPEND="
43 media-libs/libpng:0=
44 sys-libs/zlib[minizip]
45 + debug? ( dev-libs/libedit )
46 elf? ( dev-libs/elfutils )
47 ffmpeg? ( media-video/ffmpeg:= )
48 opengl? ( media-libs/libglvnd )
49
50 diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild
51 index e34b02d2296..a9e24f62871 100644
52 --- a/games-emulation/mgba/mgba-9999.ebuild
53 +++ b/games-emulation/mgba/mgba-9999.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 +# Copyright 1999-2021 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=7
60 @@ -26,6 +26,7 @@ REQUIRED_USE="|| ( qt5 sdl )
61 RDEPEND="
62 media-libs/libpng:0=
63 sys-libs/zlib[minizip]
64 + debug? ( dev-libs/libedit )
65 elf? ( dev-libs/elfutils )
66 ffmpeg? ( media-video/ffmpeg:= )
67 opengl? ( media-libs/libglvnd )