diff dev/binutils/binutils.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents ae55d9077f70
children a0efa9896267
line wrap: on
line diff
--- a/dev/binutils/binutils.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/dev/binutils/binutils.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv3"
 PKGSUMMARY="programs to manipulate binary and object files"
 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="compression/zlib"
+PKGDEPENDS="zlib"
 PKGOPTIONS="GDB NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -42,7 +42,7 @@
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"