diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-09 07:25:03 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-09 07:25:03 +0000 |
commit | 0b7ba62e5db912295363ec4ae1d09d61c72af8a2 (patch) | |
tree | f80b61aa1173bc763d3665e8061a17058a6b4e6e /sec-policy/selinux-nut | |
parent | marked x86 per bug 418601 (diff) | |
download | historical-0b7ba62e5db912295363ec4ae1d09d61c72af8a2.tar.gz historical-0b7ba62e5db912295363ec4ae1d09d61c72af8a2.tar.bz2 historical-0b7ba62e5db912295363ec4ae1d09d61c72af8a2.zip |
Adding dep on selinux-apache, fixes build failure
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-nut')
-rw-r--r-- | sec-policy/selinux-nut/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-nut/ChangeLog b/sec-policy/selinux-nut/ChangeLog index dcf3888c315e..f6328bf59778 100644 --- a/sec-policy/selinux-nut/ChangeLog +++ b/sec-policy/selinux-nut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-nut # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.8 2012/05/13 11:50:16 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.9 2012/06/09 07:23:21 swift Exp $ + + 09 Jun 2012; <swift@gentoo.org> selinux-nut-2.20120215.ebuild: + Adding dependency on selinux-apache, fixes build failure 13 May 2012; <swift@gentoo.org> -selinux-nut-2.20110726.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild b/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild index 6d839cf60049..cdb6daec09a3 100644 --- a/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild +++ b/sec-policy/selinux-nut/selinux-nut-2.20120215.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-nut/selinux-nut-2.20120215.ebuild,v 1.2 2012/04/29 10:11:45 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild,v 1.3 2012/06/09 07:23:21 swift Exp $ EAPI="4" IUSE="" @@ -12,3 +12,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nut" KEYWORDS="amd64 x86" +DEPEND=">=sec-policy/selinux-apache-2.20120215" +RDEPEND="${DEPEND}" |