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 75E4D138306 for ; Wed, 13 Jul 2016 21:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4798021C195; Wed, 13 Jul 2016 21:37:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3DA721C195 for ; Wed, 13 Jul 2016 21:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CDC7340BFD for ; Wed, 13 Jul 2016 21:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D452442 for ; Wed, 13 Jul 2016 21:37:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1468445860.19fdc1e3c58c2b4232587920517390eb399d76c5.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti/ganeti-2.15.2-r5.ebuild X-VCS-Directories: app-emulation/ganeti/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 19fdc1e3c58c2b4232587920517390eb399d76c5 X-VCS-Branch: master Date: Wed, 13 Jul 2016 21:37:45 +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: b086618c-91e1-41b2-9100-cab65f64c9e6 X-Archives-Hash: c9a37112aac12832ef51da0af201cc48 commit: 19fdc1e3c58c2b4232587920517390eb399d76c5 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jul 13 21:37:32 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jul 13 21:37:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fdc1e3 app-emulation/ganeti: whitespace. Package-Manager: portage-2.2.28 app-emulation/ganeti/ganeti-2.15.2-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild index 6266c07..05d1d94 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild @@ -207,8 +207,8 @@ src_prepare() { local testfile if has_version '>=dev-lang/ghc-7.10'; then # Breaks the build on 7.8 - PATCHES+=( - "${WORKDIR}"/debian/patches/ghc-7.10-compatibility.patch + PATCHES+=( + "${WORKDIR}"/debian/patches/ghc-7.10-compatibility.patch ) fi eapply "${PATCHES[@]}"