diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-11 06:20:32 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-11 06:20:32 +0000 |
commit | ff8e638e966d07e334081a115e74184a493db6e2 (patch) | |
tree | 6f3fe2b0993e008ea0a29ebdd2f58306812160c6 /app-forensics | |
parent | Build fix for dupemap #415685 (diff) | |
download | gentoo-2-ff8e638e966d07e334081a115e74184a493db6e2.tar.gz gentoo-2-ff8e638e966d07e334081a115e74184a493db6e2.tar.bz2 gentoo-2-ff8e638e966d07e334081a115e74184a493db6e2.zip |
Dependency fix for #398123
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/rkhunter/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.4.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog index edbdc4120b7b..9ac4ccd154bf 100644 --- a/app-forensics/rkhunter/ChangeLog +++ b/app-forensics/rkhunter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/rkhunter # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.96 2013/04/11 06:11:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.97 2013/04/11 06:20:32 patrick Exp $ + + 11 Apr 2013; Patrick Lauer <patrick@gentoo.org> rkhunter-1.4.0.ebuild: + Dependency fix for #398123 11 Apr 2013; Patrick Lauer <patrick@gentoo.org> rkhunter-1.4.0.ebuild: Dependency fix for #447078 diff --git a/app-forensics/rkhunter/rkhunter-1.4.0.ebuild b/app-forensics/rkhunter/rkhunter-1.4.0.ebuild index 6964b7a57d61..62811ebf1ecd 100644 --- a/app-forensics/rkhunter/rkhunter-1.4.0.ebuild +++ b/app-forensics/rkhunter/rkhunter-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v 1.5 2013/04/11 06:11:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v 1.6 2013/04/11 06:20:32 patrick Exp $ EAPI=4 @@ -20,6 +20,7 @@ RDEPEND=" dev-lang/perl sys-process/lsof[rpc] virtual/cron + virtual/mailx " S="${WORKDIR}/${P}/files" |