summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-01-20 20:13:31 +0000
committerSven Vermeulen <swift@gentoo.org>2014-01-20 20:13:31 +0000
commit0b21bf41c2a42b252d0b1d0dc3b9312d6ad6bb89 (patch)
tree080b250a6c696e9e15caff95d78a5de4ce1606cc /sys-libs/libsemanage
parentAdd arm64 love. (diff)
downloadgentoo-2-0b21bf41c2a42b252d0b1d0dc3b9312d6ad6bb89.tar.gz
gentoo-2-0b21bf41c2a42b252d0b1d0dc3b9312d6ad6bb89.tar.bz2
gentoo-2-0b21bf41c2a42b252d0b1d0dc3b9312d6ad6bb89.zip
Stabilize SELinux userspace for amd64 and x86
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r--sys-libs/libsemanage/ChangeLog7
-rw-r--r--sys-libs/libsemanage/libsemanage-2.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog
index 9fbe386d2e13..baced1b0b46c 100644
--- a/sys-libs/libsemanage/ChangeLog
+++ b/sys-libs/libsemanage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsemanage
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.60 2013/12/23 09:56:43 swift Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.61 2014/01/20 20:13:31 swift Exp $
+
+ 20 Jan 2014; Sven Vermeulen <swift@gentoo.org> libsemanage-2.2.ebuild:
+ Stabilize for amd64 and x86
23 Dec 2013; Sven Vermeulen <swift@gentoo.org> -libsemanage-2.1.9.ebuild:
Cleanup old version
diff --git a/sys-libs/libsemanage/libsemanage-2.2.ebuild b/sys-libs/libsemanage/libsemanage-2.2.ebuild
index ffb438a6f88c..d470189602e8 100644
--- a/sys-libs/libsemanage/libsemanage-2.2.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.2.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/libsemanage/libsemanage-2.2.ebuild,v 1.2 2013/11/10 14:17:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild,v 1.3 2014/01/20 20:13:31 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="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="python ruby"
RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}