From: Mike Frysinger Date: Thu, 19 May 2016 17:47:21 +0000 (-0400) Subject: sys-process/fcron: drop bash dep #580274 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b75c163df4e20ede10b6d566cdd74b82d2a7198c;p=gentoo.git sys-process/fcron: drop bash dep #580274 We install the POSIX shell version of check_system_crontabs now. --- diff --git a/sys-process/fcron/fcron-3.1.1.ebuild b/sys-process/fcron/fcron-3.1.1.ebuild index 99605e4655ba..357683b714f5 100644 --- a/sys-process/fcron/fcron-3.1.1.ebuild +++ b/sys-process/fcron/fcron-3.1.1.ebuild @@ -21,9 +21,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-3 pam? ( >=sys-auth/pambase-20100310 )" diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild index 64a269b21c64..b6d86b5c41ee 100644 --- a/sys-process/fcron/fcron-3.1.2-r2.ebuild +++ b/sys-process/fcron/fcron-3.1.2-r2.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-3 pam? ( >=sys-auth/pambase-20100310 )" 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 )"