sys-process/fcron: drop bash dep #580274
authorMike Frysinger <vapier@gentoo.org>
Thu, 19 May 2016 17:47:21 +0000 (13:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 19 May 2016 17:48:39 +0000 (13:48 -0400)
We install the POSIX shell version of check_system_crontabs now.

sys-process/fcron/fcron-3.1.1.ebuild
sys-process/fcron/fcron-3.1.2-r2.ebuild
sys-process/fcron/fcron-3.2.0.ebuild

index 99605e4655baa6f7b19e04de3d00934b9018f5a7..357683b714f5adfd2f5ef6121a500337aff14571 100644 (file)
@@ -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 )"
 
index 64a269b21c64b3805443f2a5053ce1362d85adff..b6d86b5c41eeafc296e8c1c79e44980c3b6dc5d6 100644 (file)
@@ -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 )"
 
index 117234e54099b72673c00010648ef31735faa4bd..7f50be1565bcc36bde9a01d9f5cb492ab39b7697 100644 (file)
@@ -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 )"