sci-electronics/kicad: live ebuild dependency fix

KiCad 9 will depend on dev-libs/protobuf, which is already present
in the current source tree.

Closes: https://bugs.gentoo.org/939153
Closes: https://github.com/gentoo/gentoo/pull/38967
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Zoltan Puskas
2024-10-12 22:56:04 -07:00
committed by Yixun Lan
parent a05bf762cf
commit fc985206e8

View File

@@ -66,6 +66,11 @@ COMMON_DEPEND="
media-gfx/cairosvg
)
"
if [[ ${PV} == 9999 ]] ; then
COMMON_DEPEND+="dev-libs/protobuf"
fi
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}
sci-electronics/electronics-menu