diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-06 21:52:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-06 21:52:54 +0100 |
commit | 76407493cd9806731658748cb7fec045fe0cde91 (patch) | |
tree | 97bafe0062770573697b2c8c113ff577c16f5b9a /sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild | |
parent | app-text/sword-modules: Revision bump, no changes. (diff) | |
download | gentoo-76407493cd9806731658748cb7fec045fe0cde91.tar.gz gentoo-76407493cd9806731658748cb7fec045fe0cde91.tar.bz2 gentoo-76407493cd9806731658748cb7fec045fe0cde91.zip |
sci-electronics/kicad*: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild')
-rw-r--r-- | sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild index 87e73ca040ba..268f2b9a6d51 100644 --- a/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild +++ b/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Electronic Schematic and PCB design tools footprint libraries" HOMEPAGE="https://kicad.github.io/footprints/" |