mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user