diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-10-08 12:10:32 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-10-08 12:10:32 -0700 |
commit | 6499af4bad0ae58f786d00e09f782cc78ca38aef (patch) | |
tree | 8a5bf00a59e9aa6d3d009a5e9617a487165d4b3c /sys-apps/habitat | |
parent | dev-libs/rapidjson: Correct DOC and LIB dirs, https homepage, EAPI=7 (diff) | |
download | gentoo-6499af4bad0ae58f786d00e09f782cc78ca38aef.tar.gz gentoo-6499af4bad0ae58f786d00e09f782cc78ca38aef.tar.bz2 gentoo-6499af4bad0ae58f786d00e09f782cc78ca38aef.zip |
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 <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/habitat')
-rw-r--r-- | sys-apps/habitat/habitat-0.54.0.ebuild | 9 |
1 files 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" |