diff options
author | Dave Reisner <d@falconindy.com> | 2011-01-18 11:28:41 -0500 |
---|---|---|
committer | Seblu <seblu@seblu.net> | 2011-03-16 16:59:55 +0100 |
commit | d134d8a651682dc80367c9572681497acd4c99d9 (patch) | |
tree | aa714c7bf466dda22b5d6e06178c46d27e58b817 | |
parent | 4f9282efa03872c3e298156a21d524734e8f5ab1 (diff) |
PKGBUILD: remove unnecessary depends
* sed and awk are no longer used
* ncurses is indirectly provided by readline, but readline might not be
compiled against ncurses
Close FS#22966
Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Seblu <seblu@seblu.net>
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ groups=('base') conflicts=('initscripts') provides=('initscripts=9999') backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown) -depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=139-1' +depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=139-1' 'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit') optdepends=('bridge-utils: Network bridging support' 'dhcpcd: DHCP network configuration' |