diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-04-24 01:38:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-04-24 01:46:41 -0400 |
commit | 131cc3eefa290858f2d1311dd1377cd6f966aec5 (patch) | |
tree | 98def8d4cf8f071aa1ca43a4d3c062fbe935c94d /games-emulation/mgba | |
parent | games-emulation/mgba: add 0.10.2 (diff) | |
download | gentoo-131cc3eefa290858f2d1311dd1377cd6f966aec5.tar.gz gentoo-131cc3eefa290858f2d1311dd1377cd6f966aec5.tar.bz2 gentoo-131cc3eefa290858f2d1311dd1377cd6f966aec5.zip |
games-emulation/mgba: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index a2fb0f2ce948..2878b50c65f2 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,7 +47,9 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( dev-util/cmocka )" -BDEPEND="lua? ( virtual/pkgconfig )" +BDEPEND=" + gui? ( dev-qt/linguist-tools:5 ) + lua? ( virtual/pkgconfig )" PATCHES=( "${FILESDIR}"/${PN}-0.10.0-optional-updater.patch |