diff options
author | Victor Kustov <ktrace@yandex.ru> | 2024-01-07 11:21:12 +0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-10 14:39:06 +0100 |
commit | 954c61ffc4a2edfde2d47dfc4bdc8bacdb48af2e (patch) | |
tree | a774a96a603ab9d5f66fb38ffbbfba4d79e85fae /sci-electronics | |
parent | dev-lang/julia-bin: add 1.10.0 (diff) | |
download | gentoo-954c61ffc4a2edfde2d47dfc4bdc8bacdb48af2e.tar.gz gentoo-954c61ffc4a2edfde2d47dfc4bdc8bacdb48af2e.tar.bz2 gentoo-954c61ffc4a2edfde2d47dfc4bdc8bacdb48af2e.zip |
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>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/librepcb/librepcb-1.0.0-r2.ebuild (renamed from sci-electronics/librepcb/librepcb-1.0.0-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-electronics/librepcb/librepcb-1.0.0-r1.ebuild b/sci-electronics/librepcb/librepcb-1.0.0-r2.ebuild index ba797def47ac..cdee44faf323 100644 --- a/sci-electronics/librepcb/librepcb-1.0.0-r1.ebuild +++ b/sci-electronics/librepcb/librepcb-1.0.0-r2.ebuild @@ -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" |