mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-electronics/kicad-meta: add 6.0.8
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/27692 Signed-off-by: Matthew Smith <matthew@gentoo.org>
This commit is contained in:
committed by
Matthew Smith
parent
dfd211c4ac
commit
68b0129ecf
30
sci-electronics/kicad-meta/kicad-meta-6.0.8.ebuild
Normal file
30
sci-electronics/kicad-meta/kicad-meta-6.0.8.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2022 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="http://www.kicad.org"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="metapackage"
|
||||
SLOT="0"
|
||||
|
||||
if [[ ${PV} != *_rc* ]] ; then
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
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}
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user