axs 14/11/05 23:18:07 Modified: ChangeLog mozconfig-v5.33.eclass Log: Move IUSE=selinux to the eclass
Revision Changes Path 1.1404 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1404&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1404&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1403&r2=1.1404 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1403 retrieving revision 1.1404 diff -u -r1.1403 -r1.1404 --- ChangeLog 5 Nov 2014 23:03:01 -0000 1.1403 +++ ChangeLog 5 Nov 2014 23:18:07 -0000 1.1404 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1403 2014/11/05 23:03:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1404 2014/11/05 23:18:07 axs Exp $ + + 05 Nov 2014; Ian Stakenvicius <a...@gentoo.org> mozconfig-v5.33.eclass: + Move IUSE=selinux to the eclass 05 Nov 2014; Michał Górny <mgo...@gentoo.org> python-r1.eclass, python-utils-r1.eclass, tests/python-utils-r1.sh: 1.3 eclass/mozconfig-v5.33.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?r1=1.2&r2=1.3 Index: mozconfig-v5.33.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mozconfig-v5.33.eclass 17 Oct 2014 21:07:08 -0000 1.2 +++ mozconfig-v5.33.eclass 5 Nov 2014 23:18:07 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.2 2014/10/17 21:07:08 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.3 2014/11/05 23:18:07 axs Exp $ # # @ECLASS: mozconfig-v5.33.eclass # @MAINTAINER: @@ -45,7 +45,7 @@ # Set the variable to any value if the use flag should exist but not be default-enabled. # use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug gstreamer pulseaudio startup-notification system-cairo system-icu system-jpeg system-sqlite +system-libvpx" +IUSE="${IUSE} dbus debug gstreamer pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" # some notes on deps: # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 @@ -88,7 +88,7 @@ system-icu? ( >=dev-libs/icu-51.1 ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.5:3[secure-delete,debug=] ) - system-libvpx? ( =media-libs/libvpx-1.3.0* ) + system-libvpx? ( =media-libs/libvpx-1.3.0*[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then @@ -115,6 +115,9 @@ >=sys-devel/binutils-2.16.1 ${RDEPEND}" +RDEPEND+=" + selinux? ( sec-policy/selinux-mozilla )" + # @FUNCTION: mozconfig_config # @DESCRIPTION: # Set common configure options for mozilla packages.