swift 15/01/03 12:26:40 Modified: salt-9999.ebuild ChangeLog Log: Add selinux? dep to selinux-salt (bug #533118) for live ebuild (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.15 app-admin/salt/salt-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-9999.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-9999.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-9999.ebuild?r1=1.14&r2=1.15 Index: salt-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/salt-9999.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- salt-9999.ebuild 3 Dec 2014 22:10:14 -0000 1.14 +++ salt-9999.ebuild 3 Jan 2015 12:26:40 -0000 1.15 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-9999.ebuild,v 1.14 2014/12/03 22:10:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-9999.ebuild,v 1.15 2015/01/03 12:26:40 swift Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) @@ -24,7 +24,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql nova" -IUSE+=" openssl redis timelib raet +zeromq test" +IUSE+=" openssl redis selinux timelib raet +zeromq test" RDEPEND="sys-apps/pciutils dev-python/jinja[${PYTHON_USEDEP}] @@ -52,6 +52,7 @@ keyring? ( dev-python/keyring[${PYTHON_USEDEP}] ) mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) redis? ( dev-python/redis-py[${PYTHON_USEDEP}] ) + selinux? ( sec-policy/selinux-salt ) timelib? ( dev-python/timelib[${PYTHON_USEDEP}] ) nova? ( >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}] ) gnupg? ( dev-python/python-gnupg[${PYTHON_USEDEP}] ) 1.53 app-admin/salt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 3 Dec 2014 22:10:14 -0000 1.52 +++ ChangeLog 3 Jan 2015 12:26:40 -0000 1.53 @@ -1,6 +1,9 @@ # ChangeLog for app-admin/salt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.52 2014/12/03 22:10:14 chutzpah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.53 2015/01/03 12:26:40 swift Exp $ + + 03 Jan 2015; Sven Vermeulen <[email protected]> salt-9999.ebuild: + Add selinux? dep to selinux-salt (bug #533118) for live ebuild *salt-2014.7.0-r1 (01 Dec 2014)
