commit:     56f2aa0266a29dd5a98786f0adbc2af893d01b09
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 23 08:17:40 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Sep 23 08:17:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56f2aa02

games-util/gamehub: fix RDEPEND

Closes: https://bugs.gentoo.org/932525
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 .../{gamehub-0.16.3.2.ebuild => gamehub-0.16.3.2-r1.ebuild}   | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-util/gamehub/gamehub-0.16.3.2.ebuild 
b/games-util/gamehub/gamehub-0.16.3.2-r1.ebuild
similarity index 78%
rename from games-util/gamehub/gamehub-0.16.3.2.ebuild
rename to games-util/gamehub/gamehub-0.16.3.2-r1.ebuild
index acabc671c..4fbfab43a 100644
--- a/games-util/gamehub/gamehub-0.16.3.2.ebuild
+++ b/games-util/gamehub/gamehub-0.16.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ MY_PV="$(ver_rs 3 '-')-master"
 MY_P="${MY_PN}-${MY_PV}"
 
 DESCRIPTION="GameHub is a unified library for all your games"
-HOMEPAGE="https://tkashkin.github.io/projects/gamehub 
https://github.com/tkashkin/gamehub";
+HOMEPAGE="https://tkashkin.github.io/projects/gamehub/ 
https://github.com/tkashkin/gamehub";
 SRC_URI="https://github.com/tkashkin/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
 S="${WORKDIR}/${MY_P}"
@@ -23,12 +23,15 @@ RDEPEND="
        dev-db/sqlite:3
        dev-libs/glib:2
        dev-libs/json-glib
-       dev-libs/libgee:0.8
+       dev-libs/libgee:0.8=
        >=dev-libs/libmanette-0.2
        dev-libs/libxml2
        net-libs/libsoup:2.4
-       net-libs/webkit-gtk:4
+       net-libs/webkit-gtk:4=
        sys-auth/polkit
+       sys-libs/zlib
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf:2
        x11-libs/gtk+:3
        x11-libs/libX11
        x11-libs/libXtst

Reply via email to