diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-02-29 20:26:28 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-02-29 20:26:28 -0800 |
commit | c56f3a735a1a5c6330d7987a06abd9dc69f415ab (patch) | |
tree | 51bfdc86ac7b2a87c5fd85198b3e1e1aa38469a6 | |
parent | app-misc/tmux: fix 9999 ebuild breakage for bug 574592 (diff) | |
download | gentoo-c56f3a735a1a5c6330d7987a06abd9dc69f415ab.tar.gz gentoo-c56f3a735a1a5c6330d7987a06abd9dc69f415ab.tar.bz2 gentoo-c56f3a735a1a5c6330d7987a06abd9dc69f415ab.zip |
app-emulation/rkt: fix rkt_stage1_host RDEPEND conditional
Package-Manager: portage-2.2.27
-rw-r--r-- | app-emulation/rkt/rkt-1.1.0.ebuild | 4 |
1 files 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 3628d9e2a697..371c1608266f 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" |