diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-01-20 20:03:24 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-01-20 20:03:24 +0000 |
commit | bd35fe409765d6a490802203f8fd37636b60d230 (patch) | |
tree | f63a4e0c7eaebe4300f73cc25eb441b4d2b42a4d /sys-libs | |
parent | Stabilize SELinux userspace for x86 and amd64 (diff) | |
download | gentoo-2-bd35fe409765d6a490802203f8fd37636b60d230.tar.gz gentoo-2-bd35fe409765d6a490802203f8fd37636b60d230.tar.bz2 gentoo-2-bd35fe409765d6a490802203f8fd37636b60d230.zip |
Stabilize SELinux userspace for x86 and amd64
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-2.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 24554b5206f2..335e8bccb0f7 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libselinux -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.107 2013/12/23 09:40:28 swift Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.108 2014/01/20 20:03:24 swift Exp $ + + 20 Jan 2014; Sven Vermeulen <swift@gentoo.org> libselinux-2.2-r1.ebuild: + Stabilize for x86 and amd64 23 Dec 2013; Sven Vermeulen <swift@gentoo.org> -libselinux-2.1.12.ebuild, -libselinux-2.1.12-r1.ebuild, -libselinux-2.1.12-r2.ebuild, diff --git a/sys-libs/libselinux/libselinux-2.2-r1.ebuild b/sys-libs/libselinux/libselinux-2.2-r1.ebuild index bba0a73613a2..67af556f0d6a 100644 --- a/sys-libs/libselinux/libselinux-2.2-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2-r1.ebuild,v 1.1 2013/11/04 21:51:46 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2-r1.ebuild,v 1.2 2014/01/20 20:03:24 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 python3_2 ) @@ -18,7 +18,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20131030/${P}.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="python ruby static-libs" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} |