swift 14/07/30 11:58:46 Modified: policycoreutils-2.3-r2.ebuild ChangeLog Log: Fix bug #514194 - Stabilization of SELinux userspace 2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.2 sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild?r1=1.1&r2=1.2 Index: policycoreutils-2.3-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- policycoreutils-2.3-r2.ebuild 28 May 2014 17:31:16 -0000 1.1 +++ policycoreutils-2.3-r2.ebuild 30 Jul 2014 11:58:46 -0000 1.2 @@ -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/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild,v 1.1 2014/05/28 17:31:16 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild,v 1.2 2014/07/30 11:58:46 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/glibc-2.4 1.140 sys-apps/policycoreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.140&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.140&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.139&r2=1.140 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- ChangeLog 28 May 2014 17:31:16 -0000 1.139 +++ ChangeLog 30 Jul 2014 11:58:46 -0000 1.140 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.139 2014/05/28 17:31:16 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.140 2014/07/30 11:58:46 swift Exp $ + + 30 Jul 2014; Sven Vermeulen <[email protected]> policycoreutils-2.3-r2.ebuild: + Fix bug #514194 - Stabilization of SELinux userspace 2.3 *policycoreutils-2.3-r2 (28 May 2014)
