From: Georgy Yakovlev Date: Tue, 8 Oct 2019 19:10:32 +0000 (-0700) Subject: sys-apps/habitat: remove virtual/cargo dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6499af4bad0ae58f786d00e09f782cc78ca38aef;p=gentoo.git 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 --- 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"