From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9737E1384B4 for ; Wed, 9 Dec 2015 05:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 623EC21C03A; Wed, 9 Dec 2015 05:31:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A795621C03A for ; Wed, 9 Dec 2015 05:31:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90CE634086C for ; Wed, 9 Dec 2015 05:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7201C89 for ; Wed, 9 Dec 2015 05:31:28 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1449639076.e4a61451ab9a48bb24fadd8a7cc766577d61574b.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad/kicad-4.0.0.ebuild X-VCS-Directories: sci-electronics/kicad/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: e4a61451ab9a48bb24fadd8a7cc766577d61574b X-VCS-Branch: master Date: Wed, 9 Dec 2015 05:31:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 195b4d22-022b-4acf-b7cb-bb833656a4ff X-Archives-Hash: 218b7dbc1fc388cb94a87099a98d194e commit: e4a61451ab9a48bb24fadd8a7cc766577d61574b Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 8 15:52:38 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Dec 9 05:31:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a61451 sci-electronics/kicad: fix minor typo in a comment in vn. 4.0.0 Package-Manager: portage-2.2.24 sci-electronics/kicad/kicad-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad/kicad-4.0.0.ebuild b/sci-electronics/kicad/kicad-4.0.0.ebuild index c414a52..9ed83e4 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