diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-11 06:11:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-11 06:11:09 +0000 |
commit | 3e9ec3026311137b9f304df0835612b0843d94a8 (patch) | |
tree | 7cf625957addaa8f6902142d3a1f2c8f86f3f746 /app-forensics | |
parent | Link to upstream ticket. (diff) | |
download | gentoo-2-3e9ec3026311137b9f304df0835612b0843d94a8.tar.gz gentoo-2-3e9ec3026311137b9f304df0835612b0843d94a8.tar.bz2 gentoo-2-3e9ec3026311137b9f304df0835612b0843d94a8.zip |
Dependency fix for #447078
(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 | 7 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog index 4139d5c3a1c8..edbdc4120b7b 100644 --- a/app-forensics/rkhunter/ChangeLog +++ b/app-forensics/rkhunter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/rkhunter -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.95 2012/11/25 09:46:05 radhermit Exp $ +# 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 $ + + 11 Apr 2013; Patrick Lauer <patrick@gentoo.org> rkhunter-1.4.0.ebuild: + Dependency fix for #447078 25 Nov 2012; Tim Harder <radhermit@gentoo.org> -rkhunter-1.3.8.ebuild, -rkhunter-1.3.8-r1.ebuild, -files/rkhunter-1.3.8-file-compat.patch: diff --git a/app-forensics/rkhunter/rkhunter-1.4.0.ebuild b/app-forensics/rkhunter/rkhunter-1.4.0.ebuild index 3206ba7df7ad..6964b7a57d61 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-2012 Gentoo Foundation +# 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.4 2012/11/21 11:01:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild,v 1.5 2013/04/11 06:11:09 patrick Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="" RDEPEND=" app-shells/bash dev-lang/perl - sys-process/lsof + sys-process/lsof[rpc] virtual/cron " |