From 6499af4bad0ae58f786d00e09f782cc78ca38aef Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Tue, 8 Oct 2019 12:10:32 -0700 Subject: [PATCH] sys-apps/habitat: remove virtual/cargo dep Bug: https://bugs.gentoo.org/695698 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- sys-apps/habitat/habitat-0.54.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-apps/habitat/habitat-0.54.0.ebuild b/sys-apps/habitat/habitat-0.54.0.ebuild index 1f7b48451252..760312921c1f 100644 --- a/sys-apps/habitat/habitat-0.54.0.ebuild +++ b/sys-apps/habitat/habitat-0.54.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,10 +12,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -DEPEND="virtual/cargo - >=virtual/rust-1.23 - >=net-libs/zeromq-3.2 - virtual/pkgconfig" +DEPEND=">=net-libs/zeromq-3.2 + virtual/pkgconfig + >=virtual/rust-1.23" RESTRICT="test" -- 2.26.2