aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-02-02 02:52:49 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-02-02 02:52:49 +0000
commit3df88b88ab92789abf7920abec675f43fb69cfa0 (patch)
treed8a15bc477299d095866867db7c457421b36e681 /main
parentdb7374e3a0c1045bb86bc4e28ae872b95137d267 (diff)
downloadaports-3df88b88ab92789abf7920abec675f43fb69cfa0.tar.bz2
aports-3df88b88ab92789abf7920abec675f43fb69cfa0.tar.xz
Revert "main/sed: makedepends conflict against itself to make the x86 builder use busybox sed"
Diffstat (limited to 'main')
-rw-r--r--main/sed/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sed/APKBUILD b/main/sed/APKBUILD
index 635a0cea03..45187e0d31 100644
--- a/main/sed/APKBUILD
+++ b/main/sed/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="GNU stream editor"
url="http://www.gnu.org/software/sed"
arch="all"
license="GPL"
-makedepends="perl !sed"
+makedepends="perl"
install="$pkgname.post-deinstall"
source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
fix-reallocation-bug-when-matching-newlines.patch"