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 EEFCC1382C5 for ; Sun, 6 May 2018 05:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A10E0826; Sun, 6 May 2018 05:57:01 +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 E8751E081A for ; Sun, 6 May 2018 05:57:00 +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 A31F8335C8B for ; Sun, 6 May 2018 05:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C21F3E for ; Sun, 6 May 2018 05:56:58 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1525585915.ff511ad15f052618da172fb1553e6580eea7e93d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nanoc/nanoc-4.9.2.ebuild X-VCS-Directories: www-apps/nanoc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ff511ad15f052618da172fb1553e6580eea7e93d X-VCS-Branch: master Date: Sun, 6 May 2018 05:56:58 +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: ac9ab4b3-e3b4-4580-adba-a33d5f9b553a X-Archives-Hash: 9c09c8e041ef768741c5e74285acde8a commit: ff511ad15f052618da172fb1553e6580eea7e93d Author: Hans de Graaff gentoo org> AuthorDate: Sun May 6 05:41:32 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 6 05:51:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff511ad1 www-apps/nanoc: fix QA issue DoubleEmptyLine Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-apps/nanoc/nanoc-4.9.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/www-apps/nanoc/nanoc-4.9.2.ebuild b/www-apps/nanoc/nanoc-4.9.2.ebuild index 10b86d948cc..31fbd3271a0 100644 --- a/www-apps/nanoc/nanoc-4.9.2.ebuild +++ b/www-apps/nanoc/nanoc-4.9.2.ebuild @@ -78,7 +78,6 @@ all_ruby_prepare() { spec/nanoc/filters/less_spec.rb \ test/filters/test_{markaby,rainpress}.rb || die - # Use useable tmp dir sed -i -e 's:/tmp/whatever:'${T}'/whatever:' spec/nanoc/base/checksummer_spec.rb || die