commit: 0cf72a0dbe583cc5baa85697cde7061758378ee4 Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com> AuthorDate: Tue Sep 13 17:09:18 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Tue Sep 13 18:27:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cf72a0d
sci-chemistry/vesta-bin: add explicit GTK2 dependency Closes: https://bugs.gentoo.org/869944 Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com> sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild index f532d32a7..e52f9072f 100644 --- a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild +++ b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild @@ -20,7 +20,8 @@ SLOT="0" KEYWORDS="~amd64" # As of 3.5.6, wayland support required for gtk even when running on xorg. -RDEPEND=">=x11-libs/gtk+-3.24.34[wayland] +RDEPEND="x11-libs/gtk+:3[wayland] + x11-libs/gtk+:2 >=virtual/glu-9.0-r2 >=virtual/jdk-17"
