aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-07-02 07:31:19 +0200
committerstefson <herrtimson@yahoo.de>2019-07-02 07:31:19 +0200
commit1cad6f19b25aba7fc4c54b23af299ccf98c60afb (patch)
tree4194710ce14bc0fde3b7b2cd0e2f01947b393e3f /virtual
parentapp-admin/systemd-manager: sort keywords (diff)
downloadrust-1cad6f19b25aba7fc4c54b23af299ccf98c60afb.tar.gz
rust-1cad6f19b25aba7fc4c54b23af299ccf98c60afb.tar.bz2
rust-1cad6f19b25aba7fc4c54b23af299ccf98c60afb.zip
virtual/cargo: make sure to pull in latest rust
Diffstat (limited to 'virtual')
-rw-r--r--virtual/cargo/cargo-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/cargo/cargo-9999.ebuild b/virtual/cargo/cargo-9999.ebuild
index d641941..5048e80 100644
--- a/virtual/cargo/cargo-9999.ebuild
+++ b/virtual/cargo/cargo-9999.ebuild
@@ -12,6 +12,6 @@ SLOT="0"
KEYWORDS=""
RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}
+ ~dev-lang/rust-${PV}
+ ~dev-lang/rust-bin-${PV}
)"