Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/itch-bin/
Date: Thu, 08 Apr 2021 14:27:07
Message-Id: 1617891505.13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2.tastytea@gentoo
1 commit: 13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Thu Apr 8 14:18:25 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Apr 8 14:18:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13600b88
7
8 games-util/itch-bin: Add dependency: x11-libs/libXtst.
9
10 Closes: https://bugs.gentoo.org/780978
11
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13
14 games-util/itch-bin/itch-bin-25.4.0.ebuild | 3 ++-
15 games-util/itch-bin/itch-bin-25.4.1.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild b/games-util/itch-bin/itch-bin-25.4.0.ebuild
19 index abd7f7d93..290e04f54 100644
20 --- a/games-util/itch-bin/itch-bin-25.4.0.ebuild
21 +++ b/games-util/itch-bin/itch-bin-25.4.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2020 Gentoo Authors
24 +# Copyright 2020-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,6 +16,7 @@ SLOT="0"
29 BDEPEND="|| ( app-arch/zip app-arch/unzip )"
30 RDEPEND="
31 x11-libs/gtk+:3[X,cups]
32 + x11-libs/libXtst
33 gnome-base/gconf
34 dev-libs/nss
35 media-libs/alsa-lib
36
37 diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild b/games-util/itch-bin/itch-bin-25.4.1.ebuild
38 index 6eee90584..1df8a51fa 100644
39 --- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
40 +++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 2020 Gentoo Authors
43 +# Copyright 2020-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -16,6 +16,7 @@ SLOT="0"
48 BDEPEND="|| ( app-arch/zip app-arch/unzip )"
49 RDEPEND="
50 x11-libs/gtk+:3[X,cups]
51 + x11-libs/libXtst
52 gnome-base/gconf
53 dev-libs/nss
54 media-libs/alsa-lib