summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-07-30 11:02:13 +0000
committerSven Vermeulen <swift@gentoo.org>2014-07-30 11:02:13 +0000
commit6540a817fa83ec76104c7167a57ea5d732b1658d (patch)
tree1744b6ee635fd50c809f6035c3b990985a89c68a
parentVersion bump. (diff)
downloadgentoo-2-6540a817fa83ec76104c7167a57ea5d732b1658d.tar.gz
gentoo-2-6540a817fa83ec76104c7167a57ea5d732b1658d.tar.bz2
gentoo-2-6540a817fa83ec76104c7167a57ea5d732b1658d.zip
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)
-rw-r--r--sys-libs/libsepol/ChangeLog5
-rw-r--r--sys-libs/libsepol/libsepol-2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog
index 2e0dbac6afd2..4139aee68bb3 100644
--- a/sys-libs/libsepol/ChangeLog
+++ b/sys-libs/libsepol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.65 2014/05/10 14:03:07 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.66 2014/07/30 11:02:13 swift Exp $
+
+ 30 Jul 2014; Sven Vermeulen <swift@gentoo.org> libsepol-2.3.ebuild:
+ Fix bug #514194 - Stabilization of SELinux userspace 2.3
10 May 2014; Sven Vermeulen <swift@gentoo.org> -libsepol-2.1.9-r1.ebuild,
-libsepol-2.1.9-r2.ebuild, -libsepol-2.3_rc1.ebuild,
diff --git a/sys-libs/libsepol/libsepol-2.3.ebuild b/sys-libs/libsepol/libsepol-2.3.ebuild
index ffa948e9cb45..49b101bbacc9 100644
--- a/sys-libs/libsepol/libsepol-2.3.ebuild
+++ b/sys-libs/libsepol/libsepol-2.3.ebuild
@@ -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-libs/libsepol/libsepol-2.3.ebuild,v 1.1 2014/05/09 20:28:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild,v 1.2 2014/07/30 11:02:13 swift Exp $
EAPI="4"
@@ -15,7 +15,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""