commit: 529919d354b79547dac782390b988475630707e1 Author: Stefan Strogin <steils <AT> gentoo <DOT> org> AuthorDate: Fri May 17 13:05:08 2019 +0000 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org> CommitDate: Fri May 17 13:06:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529919d3
sys-process/bcron: move dev-libs/bglibs to RDEPEND Bug: https://bugs.gentoo.org/604320 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org> sys-process/bcron/bcron-0.11.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild index 329c71869b3..9b62eaa50b5 100644 --- a/sys-process/bcron/bcron-0.11.ebuild +++ b/sys-process/bcron/bcron-0.11.ebuild @@ -15,13 +15,13 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="sys-apps/ucspi-unix +RDEPEND=">=dev-libs/bglibs-2.04 + sys-apps/ucspi-unix sys-process/cronbase virtual/daemontools virtual/mta" DEPEND="${RDEPEND} - ${PYTHON_DEPS} - >=dev-libs/bglibs-2.04" + ${PYTHON_DEPS}" CRON_SYSTEM_CRONTAB="yes"