Bug 13332 - app-admin/logsentry-1.1.1-r1.ebuild (fixes missing net-mail/mailx dependency)
|
Bug#:
13332
|
Product: Gentoo Linux
|
Version: 1.4_rc2
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: aliz@gentoo.org
|
Reported By: mettlerd@icu.unizh.ch
|
|
Component: Ebuilds
|
|
|
URL:
http://www.numlock.ch
|
|
Summary: app-admin/logsentry-1.1.1-r1.ebuild (fixes missing net-mail/mailx dependency)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-01-05 19:29 0000
|
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() {
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!