diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-05-19 13:47:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-05-19 13:48:39 -0400 |
commit | b75c163df4e20ede10b6d566cdd74b82d2a7198c (patch) | |
tree | 584d4b66991e6a15af205c44cc21a7a027c35462 /sys-process/fcron/fcron-3.2.0.ebuild | |
parent | dev-python/rax-default-network-flags-python-novaclient-ext: bup (diff) | |
download | gentoo-b75c163df4e20ede10b6d566cdd74b82d2a7198c.tar.gz gentoo-b75c163df4e20ede10b6d566cdd74b82d2a7198c.tar.bz2 gentoo-b75c163df4e20ede10b6d566cdd74b82d2a7198c.zip |
sys-process/fcron: drop bash dep #580274
We install the POSIX shell version of check_system_crontabs now.
Diffstat (limited to 'sys-process/fcron/fcron-3.2.0.ebuild')
-rw-r--r-- | sys-process/fcron/fcron-3.2.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-process/fcron/fcron-3.2.0.ebuild b/sys-process/fcron/fcron-3.2.0.ebuild index 117234e54099..7f50be1565bc 100644 --- a/sys-process/fcron/fcron-3.2.0.ebuild +++ b/sys-process/fcron/fcron-3.2.0.ebuild @@ -22,9 +22,7 @@ DEPEND="selinux? ( sys-libs/libselinux ) pam? ( virtual/pam ) readline? ( sys-libs/readline:= )" -# see bug 282214 for the reason to depend on bash RDEPEND="${DEPEND} - app-shells/bash app-misc/editor-wrapper pam? ( sys-auth/pambase )" |