sci-electronics/librepcb: add virtual/opengl deps

Bug: https://bugs.gentoo.org/921347
Signed-off-by: Victor Kustov <ktrace@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/34691
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Victor Kustov
2024-01-07 11:21:12 +03:00
committed by Andrew Ammerlaan
parent 93a91b268f
commit 954c61ffc4

View File

@@ -1,4 +1,4 @@
# Copyright 2009-2023 Gentoo Authors
# Copyright 2009-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,7 +34,8 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtxml:5
opencascade? ( sci-libs/opencascade:= )
sys-libs/zlib"
sys-libs/zlib
virtual/opengl"
DEPEND="${RDEPEND}
dev-qt/qttest:5"