commit:     34e2e74f73c5fbac9e950a48575cb42e96f3ad61
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 12:32:37 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon May 14 14:38:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e2e74f

dev-util/wsta: don't depend on cargo directly

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/wsta/wsta-0.5.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-util/wsta/wsta-0.5.0.ebuild b/dev-util/wsta/wsta-0.5.0.ebuild
index ad36c325bcc..17d04343647 100644
--- a/dev-util/wsta/wsta-0.5.0.ebuild
+++ b/dev-util/wsta/wsta-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -68,8 +68,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-libs/openssl:*"
 DEPEND="${RDEPEND}
-       dev-util/cargo
-       "
+               virtual/rust"
 
 src_test() {
        debug-print-function ${FUNCNAME} "$0"

Reply via email to