~alpine/aports

main/gdb: correct conflict with binutils v1 APPLIED

Drew DeVault: 1
 main/gdb: correct conflict with binutils

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4085/mbox | git am -3
Learn more about email & git

[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