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 D485259CA3 for ; Tue, 15 Mar 2016 15:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71968E085B; Tue, 15 Mar 2016 15:13:11 +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 1A4E9E085B for ; Tue, 15 Mar 2016 15:13:11 +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 02069340D4C for ; Tue, 15 Mar 2016 15:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD0E285A for ; Tue, 15 Mar 2016 15:13:07 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1458054775.8e3fc8440cf9d61abdddc42eb5b0ebbf55b28c8c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/criu-2.0.ebuild X-VCS-Directories: sys-process/criu/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8e3fc8440cf9d61abdddc42eb5b0ebbf55b28c8c X-VCS-Branch: master Date: Tue, 15 Mar 2016 15:13:07 +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: 6fc44320-8271-4132-bddc-932288b2d7a6 X-Archives-Hash: 1d22d198724c63eccc426b9ab0351d39 commit: 8e3fc8440cf9d61abdddc42eb5b0ebbf55b28c8c Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 15 15:02:53 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 15 15:12:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3fc844 sys-process/criu: add missing quotes aroud D Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> sys-process/criu/criu-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/criu/criu-2.0.ebuild b/sys-process/criu/criu-2.0.ebuild index 2d4b80a..06d9277 100644 --- a/sys-process/criu/criu-2.0.ebuild +++ b/sys-process/criu/criu-2.0.ebuild @@ -69,7 +69,7 @@ src_test() { } install_crit() { - "${PYTHON:-python}" ../scripts/crit-setup.py install --root=${D} --prefix="${EPREFIX}/usr/" + "${PYTHON:-python}" ../scripts/crit-setup.py install --root="${D}" --prefix="${EPREFIX}/usr/" } src_install() {