diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-02-02 02:49:56 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-02-02 02:49:56 +0000 |
commit | db7374e3a0c1045bb86bc4e28ae872b95137d267 (patch) | |
tree | 5b02def462ddf16b0751c9dcc426c34826e75b42 /main/sed | |
parent | b85737558321bcd78e70cfed6309451a383798b1 (diff) | |
download | aports-db7374e3a0c1045bb86bc4e28ae872b95137d267.tar.bz2 aports-db7374e3a0c1045bb86bc4e28ae872b95137d267.tar.xz |
main/sed: makedepends conflict against itself to make the x86 builder use busybox sed
Diffstat (limited to 'main/sed')
-rw-r--r-- | main/sed/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sed/APKBUILD b/main/sed/APKBUILD index 45187e0d31..635a0cea03 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" +makedepends="perl !sed" install="$pkgname.post-deinstall" source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz fix-reallocation-bug-when-matching-newlines.patch" |