sys-apps/habitat: remove virtual/cargo dep
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 8 Oct 2019 19:10:32 +0000 (12:10 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 8 Oct 2019 19:10:32 +0000 (12:10 -0700)
Bug: https://bugs.gentoo.org/695698
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-apps/habitat/habitat-0.54.0.ebuild

index 1f7b48451252637a0cfb99245f9bc78339508119..760312921c1f01fa1e84fb9eaa5c053b31a73fb7 100644 (file)
@@ -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"