aboutsummaryrefslogtreecommitdiffstats
path: root/audio/spotifyd/files/patch-Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'audio/spotifyd/files/patch-Cargo.toml')
-rw-r--r--audio/spotifyd/files/patch-Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/spotifyd/files/patch-Cargo.toml b/audio/spotifyd/files/patch-Cargo.toml
deleted file mode 100644
index d4f85846176c..000000000000
--- a/audio/spotifyd/files/patch-Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-Avoid a warning and potential future error that USES=cargo does not
-correctly patch away when changing the `git` key to `path` via the
-CARGO_USE_GITHUB machinery.
-
-warning: key `branch` is ignored for dependency (rust-crypto). This
-will be considered an error in future versions
-
---- Cargo.toml.orig 2019-01-19 21:21:47 UTC
-+++ Cargo.toml
-@@ -25,7 +25,7 @@ chrono = "0.4"
- alsa = { version = "0.2", optional = true }
-
- [replace]
--"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
-+"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git" }
-
- [dependencies.librespot]
- git = "https://github.com/librespot-org/librespot.git"