diff options
author | 2014-08-08 18:50:07 +0000 | |
---|---|---|
committer | 2014-08-08 18:50:07 +0000 | |
commit | a7bec6184a89b808392a96fd7af4f3249dc14bb1 (patch) | |
tree | 4b35c810e8acd5f42711074feb8e10c6ef32a7b5 /sec-policy/selinux-wireshark | |
parent | Linux patch 3.14.16 (diff) | |
download | gentoo-2-a7bec6184a89b808392a96fd7af4f3249dc14bb1.tar.gz gentoo-2-a7bec6184a89b808392a96fd7af4f3249dc14bb1.tar.bz2 gentoo-2-a7bec6184a89b808392a96fd7af4f3249dc14bb1.zip |
Make 9999 ebuilds EAPI=5 and transform to make master for version bumps
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-wireshark')
-rw-r--r-- | sec-policy/selinux-wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sec-policy/selinux-wireshark/ChangeLog b/sec-policy/selinux-wireshark/ChangeLog index c666e77b20a2..7cb962131d8d 100644 --- a/sec-policy/selinux-wireshark/ChangeLog +++ b/sec-policy/selinux-wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-wireshark # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-wireshark/ChangeLog,v 1.52 2014/08/05 09:24:23 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-wireshark/ChangeLog,v 1.53 2014/08/08 18:50:01 swift Exp $ + + 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-wireshark-9999.ebuild: + Make 9999 ebuilds EAPI=5 and transform to make master for version bumps 05 Aug 2014; Sven Vermeulen <swift@gentoo.org> -selinux-wireshark-2.20130424-r1.ebuild, diff --git a/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild b/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild index 16a44c258084..ac947583aedc 100644 --- a/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild +++ b/sec-policy/selinux-wireshark/selinux-wireshark-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-wireshark/selinux-wireshark-9999.ebuild,v 1.1 2012/10/13 16:30:55 swift Exp $ -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild,v 1.2 2014/08/08 18:50:01 swift Exp $ +EAPI="5" IUSE="" MODS="wireshark" -BASEPOL="9999" inherit selinux-policy-2 |