Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
app-admin/logsentry-1.1.1.ebuild misses a dependency on net-mail/mailx. logsentry is by default configured to use the mail/mailx command for sending notifications to the sysadmin. here's the diff: --- logsentry-1.1.1.ebuild 2002-12-07 05:21:33.000000000 +0000 +++ logsentry-1.1.1-r1.ebuild 2003-01-06 01:22:25.000000000 +0000 @@ -12,7 +12,8 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc" -DEPEND="sys-apps/supersed" +DEPEND="sys-apps/supersed + net-mail/mailx" RDEPEND="" src_compile() {
Created an attachment (id=7004) [edit] logsentry-1.1.1-r1.ebuild
btw. this is actually a runtime dependency only (and it could theoretically be replaced by any other mail client which is command compatible to mail/mailx). however, i do not know whether portage already evaluates the rdepend variable or not(?). i assumed it does not.
Fixed, thanks for finding this!