summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-06-09 07:15:50 +0000
committerSven Vermeulen <swift@gentoo.org>2012-06-09 07:15:50 +0000
commitda4076cdb85d0d86ad57ffd09927f6afd74a847f (patch)
treeb7d3421a4070e37ea4850f647795e76325354bf5 /sec-policy
parentmarked x86 per bug 418617 (diff)
downloadgentoo-2-da4076cdb85d0d86ad57ffd09927f6afd74a847f.tar.gz
gentoo-2-da4076cdb85d0d86ad57ffd09927f6afd74a847f.tar.bz2
gentoo-2-da4076cdb85d0d86ad57ffd09927f6afd74a847f.zip
Add dep on selinux-inetd, fixes build failure
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-amanda/ChangeLog5
-rw-r--r--sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-amanda/ChangeLog b/sec-policy/selinux-amanda/ChangeLog
index dffb930537cf..fd070463297f 100644
--- a/sec-policy/selinux-amanda/ChangeLog
+++ b/sec-policy/selinux-amanda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-amanda
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.9 2012/05/20 18:40:09 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.10 2012/06/09 07:15:50 swift Exp $
+
+ 09 Jun 2012; <swift@gentoo.org> selinux-amanda-2.20120215-r1.ebuild:
+ Add dependency on selinux-inetd, fixes build failure
*selinux-amanda-2.20120215-r1 (20 May 2012)
diff --git a/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild b/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild
index 6a68070fba30..ea8c29e9f2d8 100644
--- a/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild
+++ b/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild,v 1.1 2012/05/20 18:40:09 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r1.ebuild,v 1.2 2012/06/09 07:15:50 swift Exp $
EAPI="4"
IUSE=""
@@ -12,3 +12,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for amanda"
KEYWORDS="~amd64 ~x86"
+DEPEND=">=sec-policy/selinux-inetd-2.20120215"
+RDEPEND="${DEPEND}"