diff options
Diffstat (limited to 'sec-policy/selinux-resolvconf')
-rw-r--r-- | sec-policy/selinux-resolvconf/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sec-policy/selinux-resolvconf/ChangeLog b/sec-policy/selinux-resolvconf/ChangeLog index 73972e0da7fc..39eb577c0f55 100644 --- a/sec-policy/selinux-resolvconf/ChangeLog +++ b/sec-policy/selinux-resolvconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-resolvconf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/ChangeLog,v 1.2 2014/08/01 21:11:03 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/ChangeLog,v 1.3 2014/08/08 18:49:47 swift Exp $ + + 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-resolvconf-9999.ebuild: + Make 9999 ebuilds EAPI=5 and transform to make master for version bumps *selinux-resolvconf-2.20140311-r4 (01 Aug 2014) diff --git a/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild b/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild index 6fd8889f513b..5aad22918c88 100644 --- a/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild +++ b/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild,v 1.1 2014/06/25 20:02:19 swift Exp $ -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild,v 1.2 2014/08/08 18:49:47 swift Exp $ +EAPI="5" IUSE="" MODS="resolvconf" -BASEPOL="9999" inherit selinux-policy-2 |