Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/vesta-bin/
Date: Wed, 14 Sep 2022 04:20:55
Message-Id: 1663093644.0cf72a0dbe583cc5baa85697cde7061758378ee4.tastytea@gentoo
1 commit: 0cf72a0dbe583cc5baa85697cde7061758378ee4
2 Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 13 17:09:18 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Sep 13 18:27:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cf72a0d
7
8 sci-chemistry/vesta-bin: add explicit GTK2 dependency
9
10 Closes: https://bugs.gentoo.org/869944
11 Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
12
13 sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
17 index f532d32a7..e52f9072f 100644
18 --- a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
19 +++ b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
20 @@ -20,7 +20,8 @@ SLOT="0"
21 KEYWORDS="~amd64"
22
23 # As of 3.5.6, wayland support required for gtk even when running on xorg.
24 -RDEPEND=">=x11-libs/gtk+-3.24.34[wayland]
25 +RDEPEND="x11-libs/gtk+:3[wayland]
26 + x11-libs/gtk+:2
27 >=virtual/glu-9.0-r2
28 >=virtual/jdk-17"