diff options
author | Yehoshua Pesach Wallach <yehoshuapw@gmail.com> | 2022-01-10 23:07:40 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-11 23:20:29 +0000 |
commit | 79739fd24ba548e14dea516d644bfae16e2fb67b (patch) | |
tree | 5b14c1de9586761a3da4dd058a1df80941216f77 /sci-electronics/kicad | |
parent | www-client/firefox: 96 needs >=dev-libs/icu-70.1 (diff) | |
download | gentoo-79739fd24ba548e14dea516d644bfae16e2fb67b.tar.gz gentoo-79739fd24ba548e14dea516d644bfae16e2fb67b.tar.bz2 gentoo-79739fd24ba548e14dea516d644bfae16e2fb67b.zip |
sci-electronics/kicad: remove dev-docs from build
It seems in kicad-6.0.0, there is no more "dev-docs" target in the ninja
doc built.
Closes: https://bugs.gentoo.org/827442
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yehoshua Pesach Wallach <yehoshuapw@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23733
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad')
-rw-r--r-- | sci-electronics/kicad/kicad-6.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/kicad/kicad-6.0.0.ebuild b/sci-electronics/kicad/kicad-6.0.0.ebuild index 8840070ef1e9..6d322061c84e 100644 --- a/sci-electronics/kicad/kicad-6.0.0.ebuild +++ b/sci-electronics/kicad/kicad-6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -123,7 +123,7 @@ src_configure() { src_compile() { cmake_src_compile if use doc; then - cmake_src_compile dev-docs doxygen-docs + cmake_src_compile doxygen-docs fi } @@ -142,7 +142,7 @@ src_install() { if use doc ; then dodoc uncrustify.cfg cd Documentation || die - dodoc -r *.txt kicad_doxygen_logo.png notes_about_pcbnew_new_file_format.odt doxygen/. development/doxygen/. + dodoc -r *.txt kicad_doxygen_logo.png notes_about_pcbnew_new_file_format.odt doxygen/. fi } |