summaryrefslogtreecommitdiffstats
path: root/vendor/atty/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:47:55 +0000
commit2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4 (patch)
tree033cc839730fda84ff08db877037977be94e5e3a /vendor/atty/debian/patches
parentInitial commit. (diff)
downloadcargo-2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4.tar.xz
cargo-2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4.zip
Adding upstream version 0.70.1+ds1.upstream/0.70.1+ds1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/atty/debian/patches')
-rw-r--r--vendor/atty/debian/patches/no-hermit.patch11
-rw-r--r--vendor/atty/debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/vendor/atty/debian/patches/no-hermit.patch b/vendor/atty/debian/patches/no-hermit.patch
new file mode 100644
index 0000000..9312419
--- /dev/null
+++ b/vendor/atty/debian/patches/no-hermit.patch
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -22,8 +22,6 @@
+ keywords = ["terminal", "tty", "isatty"]
+ license = "MIT"
+ repository = "https://github.com/softprops/atty"
+-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
+-version = "0.1.6"
+ [target."cfg(unix)".dependencies.libc]
+ version = "0.2"
+ default-features = false
diff --git a/vendor/atty/debian/patches/series b/vendor/atty/debian/patches/series
new file mode 100644
index 0000000..f13ca2f
--- /dev/null
+++ b/vendor/atty/debian/patches/series
@@ -0,0 +1 @@
+no-hermit.patch