[PATCH] main/gdb: correct conflict with binutils
Export this patch
---
main/gdb/APKBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD
index 4dfaf98535..7f66831435 100644
--- a/main/gdb/APKBUILD
+++ b/main/gdb/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gdb
pkgver=12.1
-pkgrel=0
+pkgrel=1
pkgdesc="The GNU Debugger"
url="https://www.gnu.org/software/gdb/"
arch="all"
@@ -69,6 +69,7 @@ package() {
# resolve conflict with binutils-doc
rm -f "$pkgdir"/usr/share/info/bfd.info
+ rm -f "$pkgdir"/usr/share/info/ctf-spec.info
rm -f "$pkgdir"/usr/share/info/dir
# those are provided by binutils
base-commit: b85778f73f80ad45ffcbcf9040f7729e330efce3
--
2.36.1