summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-10-28 13:11:53 +0000
committerChristian Heim <phreak@gentoo.org>2007-10-28 13:11:53 +0000
commit279e402e963f8d054786666007aa0eef74f11728 (patch)
treeee204284ddcfc751181b96b0753ec7c852c98c76 /net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild
parentInclude virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff)
downloadgentoo-2-279e402e963f8d054786666007aa0eef74f11728.tar.gz
gentoo-2-279e402e963f8d054786666007aa0eef74f11728.tar.bz2
gentoo-2-279e402e963f8d054786666007aa0eef74f11728.zip
Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild')
-rw-r--r--net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild b/net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild
index 60c74f2d9d46..eacf67d96bd2 100644
--- a/net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild
+++ b/net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild,v 1.3 2007/07/13 07:21:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.6.0.ebuild,v 1.4 2007/10/28 13:11:53 phreak Exp $
inherit eutils
@@ -15,6 +15,8 @@ IUSE=""
DEPEND="virtual/libc
net-firewall/iptables"
+RDEPEND="${DEPEND}
+ virtual/logger"
src_compile() {
econf || die "Could not run econf"