diff options
author | Peter Volkov <pva@gentoo.org> | 2006-06-14 10:36:22 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-06-14 10:36:22 +0000 |
commit | 2f60b68370d3287e9e751e562f42fade8926003b (patch) | |
tree | ad629ce794863785eda6c6c2599e5ac172598e88 /net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild | |
parent | Update metadata. (diff) | |
download | gentoo-2-2f60b68370d3287e9e751e562f42fade8926003b.tar.gz gentoo-2-2f60b68370d3287e9e751e562f42fade8926003b.tar.bz2 gentoo-2-2f60b68370d3287e9e751e562f42fade8926003b.zip |
Fixed RDEPEND as reported in bug 136261. Thank Petre Rodan.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild')
-rw-r--r-- | net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild b/net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild index b21c8cd06553..b649477bce9c 100644 --- a/net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild +++ b/net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild,v 1.2 2006/01/28 19:23:06 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.13-r2.ebuild,v 1.3 2006/06/14 10:36:22 pva Exp $ inherit eutils versionator @@ -19,7 +19,8 @@ IUSE="selinux" DEPEND="virtual/libpcap sys-libs/ncurses" -RDEPEND="selinux? ( sec-policy/selinux-arpwatch )" +RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-arpwatch )" pkg_setup() { enewgroup arpwatch |