patch: remove optional ed dependency.
This commit is contained in:
parent
b778654e07
commit
014ec0476e
|
@ -1,11 +1,9 @@
|
|||
# Template file for 'patch'
|
||||
pkgname=patch
|
||||
version=2.7.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
makedepends="attr-devel ed"
|
||||
# Required by patch -e functionality.
|
||||
depends="ed"
|
||||
makedepends="attr-devel"
|
||||
conflicts="chroot-patch>=0"
|
||||
short_desc="Patch files using diff output"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue