diff options
Diffstat (limited to 'sec-policy/selinux-nut')
-rw-r--r-- | sec-policy/selinux-nut/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-nut/selinux-nut-2.20140311-r5.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-nut/ChangeLog b/sec-policy/selinux-nut/ChangeLog index d5faa058b7bb..e26e564dd86c 100644 --- a/sec-policy/selinux-nut/ChangeLog +++ b/sec-policy/selinux-nut/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-nut # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.43 2014/08/08 18:50:06 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.44 2014/08/09 19:34:49 swift Exp $ + +*selinux-nut-2.20140311-r5 (09 Aug 2014) + + 09 Aug 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-nut-2.20140311-r5.ebuild: + Bump towards r5 (fixes duplicate context for hiawatha) 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-nut-9999.ebuild: Make 9999 ebuilds EAPI=5 and transform to make master for version bumps diff --git a/sec-policy/selinux-nut/selinux-nut-2.20140311-r5.ebuild b/sec-policy/selinux-nut/selinux-nut-2.20140311-r5.ebuild new file mode 100644 index 000000000000..4ba85c7f1706 --- /dev/null +++ b/sec-policy/selinux-nut/selinux-nut-2.20140311-r5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.20140311-r5.ebuild,v 1.1 2014/08/09 19:34:49 swift Exp $ +EAPI="5" + +IUSE="" +MODS="nut" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for nut" + +KEYWORDS="~amd64 ~x86" +DEPEND="${DEPEND} + sec-policy/selinux-apache +" +RDEPEND="${DEPEND}" |