File: disable-openbsd.diff

package info (click to toggle)
rust-uucore 0.0.30-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,036 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: uucore/Cargo.toml
===================================================================
--- uucore.orig/Cargo.toml
+++ uucore/Cargo.toml
@@ -247,7 +247,7 @@ uptime = [
     "libc",
 #    "windows-sys",
     "utmpx",
-    "utmp-classic",
+#    "utmp-classic",
     "thiserror",
 ]
 utf8 = []
@@ -260,9 +260,9 @@ utmpx = [
 version-cmp = []
 wide = []
 
-[target.'cfg(target_os = "openbsd")'.dependencies.utmp-classic]
-version = "0.1.6"
-optional = true
+#[target.'cfg(target_os = "openbsd")'.dependencies.utmp-classic]
+#version = "0.1.6"
+#optional = true
 
 #[target.'cfg(target_os = "windows")'.dependencies.winapi-util]
 #version = "0.1.8"