Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/citra/
Date: Tue, 27 Sep 2022 20:43:55
Message-Id: 1664300043.763fa17b42a831580139f4f5cba5fb7ee3298aad.lanodan@gentoo
1 commit: 763fa17b42a831580139f4f5cba5fb7ee3298aad
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Tue Sep 27 17:34:03 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Tue Sep 27 17:34:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=763fa17b
7
8 games-emulation/citra: put back header only in DEPEND
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/citra/citra-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/citra/citra-9999.ebuild b/games-emulation/citra/citra-9999.ebuild
16 index fe1319afe..2bf048892 100644
17 --- a/games-emulation/citra/citra-9999.ebuild
18 +++ b/games-emulation/citra/citra-9999.ebuild
19 @@ -42,8 +42,8 @@ RDEPEND="
20 net-libs/enet:1.3=
21 virtual/libusb:1
22 "
23 -DEPEND="${RDEPEND}"
24 -BDEPEND="dev-cpp/cpp-httplib
25 +DEPEND="${RDEPEND}
26 + dev-cpp/cpp-httplib
27 dev-cpp/cpp-jwt
28 dev-cpp/robin-map"
29 REQUIRED_USE="|| ( qt5 sdl )"