diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-08 23:52:38 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-09 13:31:16 +0800 |
commit | e4a61451ab9a48bb24fadd8a7cc766577d61574b (patch) | |
tree | 74992191462729a8e233321265a1f784144d6271 /sci-electronics | |
parent | sys-libs/libselinux: only recompile contexts if the files are installed (diff) | |
download | gentoo-e4a61451ab9a48bb24fadd8a7cc766577d61574b.tar.gz gentoo-e4a61451ab9a48bb24fadd8a7cc766577d61574b.tar.bz2 gentoo-e4a61451ab9a48bb24fadd8a7cc766577d61574b.zip |
sci-electronics/kicad: fix minor typo in a comment in vn. 4.0.0
Package-Manager: portage-2.2.24
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/kicad/kicad-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/kicad/kicad-4.0.0.ebuild b/sci-electronics/kicad/kicad-4.0.0.ebuild index c414a5283c2d..9ed83e44f2d8 100644 --- a/sci-electronics/kicad/kicad-4.0.0.ebuild +++ b/sci-electronics/kicad/kicad-4.0.0.ebuild @@ -64,7 +64,7 @@ src_prepare() { # Handle optional minimal install. if use minimal; then - # remove tempaltes as they are not needed to run binaries + # remove templates as they are not needed to run binaries sed -e '/add_subdirectory( template )/d' -i CMakeLists.txt || die "sed failed" else # create a link to the parts library in the main project folder |