sci-electronics/qelectrotech: Add missing BDEPEND

Closes: https://bugs.gentoo.org/873010
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-18 21:54:21 +02:00
parent 75d31b9dda
commit d6ef8bb1b7

View File

@@ -1,4 +1,4 @@
# Copyright 2001-2024 Gentoo Authors
# Copyright 2001-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,7 @@ IUSE="doc"
BDEPEND="
virtual/pkgconfig
doc? ( app-text/doxygen )
doc? ( app-text/doxygen[dot] )
"
RDEPEND="
dev-db/sqlite:3