summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2018-05-14 14:32:37 +0200
committerDirkjan Ochtman <djc@gentoo.org>2018-05-14 16:38:34 +0200
commit34e2e74f73c5fbac9e950a48575cb42e96f3ad61 (patch)
treed142b5b8c631540a102ce43fcfea14242217a02e /dev-util/wsta
parentdev-util/cargo: version bump to 0.27.0 (diff)
downloadgentoo-34e2e74f73c5fbac9e950a48575cb42e96f3ad61.tar.gz
gentoo-34e2e74f73c5fbac9e950a48575cb42e96f3ad61.tar.bz2
gentoo-34e2e74f73c5fbac9e950a48575cb42e96f3ad61.zip
dev-util/wsta: don't depend on cargo directly
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util/wsta')
-rw-r--r--dev-util/wsta/wsta-0.5.0.ebuild5
1 files 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 ad36c325bcc6..17d043436473 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"