diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-12-21 13:56:07 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-12-21 13:56:07 +0000 |
commit | 6d3cb1a5a6ef36633dcd4d5f4471e99efb8845ea (patch) | |
tree | 159f894f184b9f6d09c3dcb4a34de23805393493 /sec-policy/selinux-dnsmasq | |
parent | Version bump (diff) | |
download | gentoo-2-6d3cb1a5a6ef36633dcd4d5f4471e99efb8845ea.tar.gz gentoo-2-6d3cb1a5a6ef36633dcd4d5f4471e99efb8845ea.tar.bz2 gentoo-2-6d3cb1a5a6ef36633dcd4d5f4471e99efb8845ea.zip |
Release of 2.20141203-r2
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-dnsmasq')
-rw-r--r-- | sec-policy/selinux-dnsmasq/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20141203-r2.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-dnsmasq/ChangeLog b/sec-policy/selinux-dnsmasq/ChangeLog index 485c791aae8f..2448cbdea680 100644 --- a/sec-policy/selinux-dnsmasq/ChangeLog +++ b/sec-policy/selinux-dnsmasq/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dnsmasq # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/ChangeLog,v 1.59 2014/12/07 13:21:10 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/ChangeLog,v 1.60 2014/12/21 13:55:56 swift Exp $ + +*selinux-dnsmasq-2.20141203-r2 (21 Dec 2014) + + 21 Dec 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-dnsmasq-2.20141203-r2.ebuild: + Release of 2.20141203-r2 07 Dec 2014; Jason Zaman <perfinion@gentoo.org> selinux-dnsmasq-2.20140311-r7.ebuild: diff --git a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20141203-r2.ebuild b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20141203-r2.ebuild new file mode 100644 index 000000000000..40309980a6f2 --- /dev/null +++ b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20141203-r2.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-dnsmasq/selinux-dnsmasq-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:55:56 swift Exp $ +EAPI="5" + +IUSE="" +MODS="dnsmasq" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dnsmasq" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |