diff options
Diffstat (limited to 'sec-policy/selinux-ntp')
-rw-r--r-- | sec-policy/selinux-ntp/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/selinux-ntp-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sec-policy/selinux-ntp/ChangeLog b/sec-policy/selinux-ntp/ChangeLog index 41355d12c7aa..b6c5b9e0a96f 100644 --- a/sec-policy/selinux-ntp/ChangeLog +++ b/sec-policy/selinux-ntp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-ntp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.75 2014/08/05 09:24:01 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.76 2014/08/08 18:49:58 swift Exp $ + + 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-ntp-9999.ebuild: + Make 9999 ebuilds EAPI=5 and transform to make master for version bumps 05 Aug 2014; Sven Vermeulen <swift@gentoo.org> -selinux-ntp-2.20130424-r1.ebuild, -selinux-ntp-2.20130424-r2.ebuild, diff --git a/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild b/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild index 853a92c910eb..80c55b5e5846 100644 --- a/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild +++ b/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild,v 1.1 2012/10/13 16:30:52 swift Exp $ -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild,v 1.2 2014/08/08 18:49:58 swift Exp $ +EAPI="5" IUSE="" MODS="ntp" -BASEPOL="9999" inherit selinux-policy-2 |