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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8FD5158094 for ; Tue, 27 Sep 2022 17:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24F19E0AB9; Tue, 27 Sep 2022 17:34:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D2BDE0AB9 for ; Tue, 27 Sep 2022 17:34:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37D43341182 for ; Tue, 27 Sep 2022 17:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC54A5D4 for ; Tue, 27 Sep 2022 17:34:38 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1664300043.763fa17b42a831580139f4f5cba5fb7ee3298aad.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/citra/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/citra/citra-9999.ebuild X-VCS-Directories: games-emulation/citra/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: 763fa17b42a831580139f4f5cba5fb7ee3298aad X-VCS-Branch: dev Date: Tue, 27 Sep 2022 17:34:38 +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: 8ed7b954-3be1-4cb2-b88e-047610a9adb6 X-Archives-Hash: 4d5d25c55c18ef07b7816fabb4d71f14 commit: 763fa17b42a831580139f4f5cba5fb7ee3298aad Author: Samuel Bauer yahoo fr> AuthorDate: Tue Sep 27 17:34:03 2022 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Tue Sep 27 17:34:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=763fa17b games-emulation/citra: put back header only in DEPEND Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/citra/citra-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/citra/citra-9999.ebuild b/games-emulation/citra/citra-9999.ebuild index fe1319afe..2bf048892 100644 --- a/games-emulation/citra/citra-9999.ebuild +++ b/games-emulation/citra/citra-9999.ebuild @@ -42,8 +42,8 @@ RDEPEND=" net-libs/enet:1.3= virtual/libusb:1 " -DEPEND="${RDEPEND}" -BDEPEND="dev-cpp/cpp-httplib +DEPEND="${RDEPEND} + dev-cpp/cpp-httplib dev-cpp/cpp-jwt dev-cpp/robin-map" REQUIRED_USE="|| ( qt5 sdl )"