From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99880138347 for ; Tue, 7 Jan 2020 06:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F03E0900; Tue, 7 Jan 2020 06:20:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25798E0900 for ; Tue, 7 Jan 2020 06:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1493634DE54 for ; Tue, 7 Jan 2020 06:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEADD95 for ; Tue, 7 Jan 2020 06:20:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578378002.7c0aea2cf5df1ed33abc96dd86077b86fe6cf45f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/iverilog/iverilog-9999.ebuild X-VCS-Directories: sci-electronics/iverilog/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7c0aea2cf5df1ed33abc96dd86077b86fe6cf45f X-VCS-Branch: master Date: Tue, 7 Jan 2020 06:20:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9680d1aa-f094-4b07-8e20-e5d2a7d2f6e5 X-Archives-Hash: 857cd958fe7f69fe6668314f1d23635e commit: 7c0aea2cf5df1ed33abc96dd86077b86fe6cf45f Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 7 06:12:54 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 7 06:20:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0aea2c sci-electronics/iverilog: fix trailing whitespace on 9999 Signed-off-by: Joonas Niilola gentoo.org> sci-electronics/iverilog/iverilog-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild index 93a9f3f1c0c..db4f4df2699 100644 --- a/sci-electronics/iverilog/iverilog-9999.ebuild +++ b/sci-electronics/iverilog/iverilog-9999.ebuild @@ -60,7 +60,7 @@ src_compile() { src_install() { local DOCS=( *.txt ) - # Default build fails with parallel jobs, + # Default build fails with parallel jobs, # https://github.com/steveicarus/iverilog/pull/294 emake installdirs DESTDIR="${D}" default