diff options
Diffstat (limited to 'sec-policy/selinux-mozilla')
-rw-r--r-- | sec-policy/selinux-mozilla/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-mozilla/selinux-mozilla-2.20120725-r8.ebuild | 18 |
2 files changed, 24 insertions, 2 deletions
diff --git a/sec-policy/selinux-mozilla/ChangeLog b/sec-policy/selinux-mozilla/ChangeLog index e9534810e58e..e0b43da237d9 100644 --- a/sec-policy/selinux-mozilla/ChangeLog +++ b/sec-policy/selinux-mozilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-mozilla # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.32 2012/11/18 15:18:24 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.33 2012/12/03 08:52:44 swift Exp $ + +*selinux-mozilla-2.20120725-r8 (03 Dec 2012) + + 03 Dec 2012; Sven Vermeulen +selinux-mozilla-2.20120725-r8.ebuild: + Bumping to revision 8 *selinux-mozilla-2.20120725-r7 (18 Nov 2012) @@ -149,4 +154,3 @@ files/fix-mozilla.patch: Support binary firefox, add call to alsa interface and support tmp type for mozilla - diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20120725-r8.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20120725-r8.ebuild new file mode 100644 index 000000000000..c1c050b417ec --- /dev/null +++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20120725-r8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20120725-r8.ebuild,v 1.1 2012/12/03 08:52:44 swift Exp $ +EAPI="4" + +IUSE="" +MODS="mozilla" +BASEPOL="2.20120725-r8" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for mozilla" + +KEYWORDS="~amd64 ~x86" +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${DEPEND}" |