mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44252 Signed-off-by: Sam James <sam@gentoo.org>
28 lines
560 B
Bash
28 lines
560 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Electronic Schematic and PCB design tools (meta package)"
|
|
HOMEPAGE="https://www.kicad.org"
|
|
|
|
LICENSE="metapackage"
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~riscv"
|
|
|
|
IUSE="doc minimal"
|
|
|
|
RDEPEND="
|
|
>=sci-electronics/kicad-${PV}
|
|
>=sci-electronics/kicad-symbols-${PV}
|
|
>=sci-electronics/kicad-footprints-${PV}
|
|
doc? (
|
|
>=app-doc/kicad-doc-${PV}
|
|
)
|
|
!minimal? (
|
|
>=sci-electronics/kicad-packages3d-${PV}
|
|
>=sci-electronics/kicad-templates-${PV}
|
|
)
|
|
"
|