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 EFC511388C0 for ; Tue, 1 Mar 2016 04:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D0CF21C01C; Tue, 1 Mar 2016 04:27:05 +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 C87F121C01C for ; Tue, 1 Mar 2016 04:27:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D3D033FDBF for ; Tue, 1 Mar 2016 04:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73661068 for ; Tue, 1 Mar 2016 04:27:00 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1456806388.c56f3a735a1a5c6330d7987a06abd9dc69f415ab.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/rkt/rkt-1.1.0.ebuild X-VCS-Directories: app-emulation/rkt/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c56f3a735a1a5c6330d7987a06abd9dc69f415ab X-VCS-Branch: master Date: Tue, 1 Mar 2016 04:27:00 +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: 7581257b-a536-4dbe-b498-5f4a3eff7eed X-Archives-Hash: 495d3c27cab811d246c7029a53af551f commit: c56f3a735a1a5c6330d7987a06abd9dc69f415ab Author: Zac Medico gentoo org> AuthorDate: Tue Mar 1 04:26:28 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 1 04:26:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56f3a73 app-emulation/rkt: fix rkt_stage1_host RDEPEND conditional Package-Manager: portage-2.2.27 app-emulation/rkt/rkt-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/rkt/rkt-1.1.0.ebuild b/app-emulation/rkt/rkt-1.1.0.ebuild index 3628d9e..371c160 100644 --- a/app-emulation/rkt/rkt-1.1.0.ebuild +++ b/app-emulation/rkt/rkt-1.1.0.ebuild @@ -42,10 +42,10 @@ DEPEND=">=dev-lang/go-1.4.1 dev-perl/Capture-Tiny" RDEPEND="!app-emulation/rocket - systemd? ( + rkt_stage1_host? ( systemd? ( >=sys-apps/systemd-222 app-shells/bash:0 - )" + ) )" BUILDDIR="build-${P}" STAGE1_DEFAULT_LOCATION="/usr/share/rkt/stage1.aci"