summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 09:18:53 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 09:18:53 +0000
commitc9275abd54f139309bddc597f0a00b52aeb84b79 (patch)
treee8b673a4b35da229982d09c962f7273d3f25c61e /net-misc/radvd/radvd-2.8.ebuild
parentStable for alpha, wrt bug #525280 (diff)
downloadhistorical-c9275abd54f139309bddc597f0a00b52aeb84b79.tar.gz
historical-c9275abd54f139309bddc597f0a00b52aeb84b79.tar.bz2
historical-c9275abd54f139309bddc597f0a00b52aeb84b79.zip
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64 Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'net-misc/radvd/radvd-2.8.ebuild')
-rw-r--r--net-misc/radvd/radvd-2.8.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/radvd/radvd-2.8.ebuild b/net-misc/radvd/radvd-2.8.ebuild
index 48d27afb972e..75b7411b8758 100644
--- a/net-misc/radvd/radvd-2.8.ebuild
+++ b/net-misc/radvd/radvd-2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-2.8.ebuild,v 1.1 2014/10/10 14:27:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-2.8.ebuild,v 1.2 2014/11/02 09:16:28 swift Exp $
EAPI=4
@@ -15,14 +15,15 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="kernel_FreeBSD selinux"
-RDEPEND="dev-libs/libdaemon
- selinux? ( sec-policy/selinux-radvd )"
-DEPEND="${RDEPEND}
+CDEPEND="dev-libs/libdaemon"
+DEPEND="${CDEPEND}
dev-libs/check
sys-devel/bison
sys-devel/flex
virtual/pkgconfig"
-
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-radvd )
+"
DOCS=( CHANGES README TODO radvd.conf.example )
pkg_setup() {