ugdb: unbreak i128 support.
This commit is contained in:
parent
8ff3c9b9db
commit
34e8213696
|
@ -0,0 +1,14 @@
|
|||
Bump some versions to get num-traits support for i128.
|
||||
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml:wq
|
||||
@@ -28,7 +28,8 @@
|
||||
rand = "0.3"
|
||||
unix_socket = "0.5"
|
||||
unicode-segmentation = "1.2"
|
||||
-parse_int = "0.5"
|
||||
+parse_int = "0.6"
|
||||
+ndarray = "0.15.4"
|
||||
|
||||
unsegen = "0.3"
|
||||
unsegen_signals = "0.3"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ugdb'
|
||||
pkgname=ugdb
|
||||
version=0.1.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
checkdepends="gdb"
|
||||
short_desc="Alternative TUI for gdb"
|
||||
|
@ -11,17 +11,6 @@ homepage="https://github.com/ftilde/ugdb"
|
|||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=d092356534774505b6b081b82db71d1fab1fbccdb814a44d4c435bafe5efd312
|
||||
|
||||
if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
i686*) ;;
|
||||
# https://build.voidlinux.org/builders/armv7l_builder/builds/36614/steps/shell_3/logs/stdio
|
||||
*) broken="requires i128 support" ;;
|
||||
esac
|
||||
fi
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
aarch64*) broken="requires i128 support https://build.voidlinux.org/builders/aarch64_builder/builds/36177/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue