diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-11-17 16:53:48 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-11-17 16:53:48 +0000 |
commit | 06c8bc0d902a169bf5304447cd0577c98e336867 (patch) | |
tree | eae249a1b9ad3bdaffff0f268784ef95fd4db78f /sys-libs | |
parent | Stabilize SELinux userspace utilities (diff) | |
download | gentoo-2-06c8bc0d902a169bf5304447cd0577c98e336867.tar.gz gentoo-2-06c8bc0d902a169bf5304447cd0577c98e336867.tar.bz2 gentoo-2-06c8bc0d902a169bf5304447cd0577c98e336867.zip |
Stabilize SELinux userspace utilities
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-2.1.9-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 2e4d83b0343a..2db060942343 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libselinux # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.89 2012/10/29 15:36:13 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.90 2012/11/17 16:53:48 swift Exp $ + + 17 Nov 2012; <swift@gentoo.org> libselinux-2.1.9-r3.ebuild: + Stabilize *libselinux-2.1.12-r1 (29 Oct 2012) diff --git a/sys-libs/libselinux/libselinux-2.1.9-r3.ebuild b/sys-libs/libselinux/libselinux-2.1.9-r3.ebuild index f456ac1951df..b95cffa02b7d 100644 --- a/sys-libs/libselinux/libselinux-2.1.9-r3.ebuild +++ b/sys-libs/libselinux/libselinux-2.1.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.9-r3.ebuild,v 1.1 2012/10/09 20:00:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.9-r3.ebuild,v 1.2 2012/11/17 16:53:48 swift Exp $ EAPI="4" PYTHON_DEPEND="python? *" @@ -17,7 +17,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="python ruby" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} |