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 ED448158015 for ; Sat, 30 Dec 2023 17:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A801B2BC040; Sat, 30 Dec 2023 17:26:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A0A12BC02D for ; Sat, 30 Dec 2023 17:26:09 +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 9613033BE19 for ; Sat, 30 Dec 2023 17:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E78C614B5 for ; Sat, 30 Dec 2023 17:26:06 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1703957146.642433dfda83e74e31241dea07481c9460ff8817.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild X-VCS-Directories: games-util/r2modman-bin/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 642433dfda83e74e31241dea07481c9460ff8817 X-VCS-Branch: dev Date: Sat, 30 Dec 2023 17:26:06 +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: d355f1b4-d09d-407b-8305-88d35743934e X-Archives-Hash: 1b7b1a41df25a1fec734a0d7e0bdc769 commit: 642433dfda83e74e31241dea07481c9460ff8817 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Sat Dec 30 17:19:32 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Sat Dec 30 17:25:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=642433df games-util/r2modman-bin: fix all bugs Closes: https://bugs.gentoo.org/920923 Closes: https://bugs.gentoo.org/920924 Closes: https://bugs.gentoo.org/920925 Signed-off-by: Gonçalo Negrier Duarte gmail.com> games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild index 585a7d7464..608fd53e6e 100644 --- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild +++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild @@ -23,10 +23,39 @@ HOMEPAGE="https://github.com/ebkr/r2modmanPlus" LICENSE="MIT" SLOT="0" +RDEPEND=" + net-dns/c-ares + media-video/ffmpeg + x11-libs/gtk+ + net-libs/http-parser + dev-libs/libappindicator + dev-libs/libevent + x11-libs/libnotify + media-libs/libvpx + dev-libs/libxslt + x11-libs/libXScrnSaver + sys-libs/zlib[minizip] + dev-libs/nss + dev-libs/re2 + app-arch/snappy +" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}" +QA_PREBUILT=" + /opt/r2modman/chrome-sandbox + /opt/r2modman/libEGL.so + /opt/r2modman/libGLESv2.so + /opt/r2modman/libffmpeg.so + /opt/r2modman/libvk_swiftshader.so + /opt/r2modman/libvulkan.so + /opt/r2modman/r2modman + /opt/r2modman/swiftshader/libEGL.so + /opt/r2modman/swiftshader/libGLESv2.so +" + src_install() { # Install binaries file mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name