diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-11-17 16:56:46 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-11-17 16:56:46 +0000 |
commit | 9f3f4d5bd46f8daa0fc06055bcb990d54e8b587c (patch) | |
tree | 9be7ad93a314c2a8b999c69cfc84b9eb4e40064b /sys-libs | |
parent | Stabilize SELinux userspace utilities (diff) | |
download | gentoo-2-9f3f4d5bd46f8daa0fc06055bcb990d54e8b587c.tar.gz gentoo-2-9f3f4d5bd46f8daa0fc06055bcb990d54e8b587c.tar.bz2 gentoo-2-9f3f4d5bd46f8daa0fc06055bcb990d54e8b587c.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/libsepol/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-2.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog index 47438501fabb..e4210d2d6286 100644 --- a/sys-libs/libsepol/ChangeLog +++ b/sys-libs/libsepol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.51 2012/10/13 16:44:24 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.52 2012/11/17 16:56:46 swift Exp $ + + 17 Nov 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild: + Stabilization 13 Oct 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild: Supporting user-provided patches using epatch_user diff --git a/sys-libs/libsepol/libsepol-2.1.8.ebuild b/sys-libs/libsepol/libsepol-2.1.8.ebuild index 6de0fa498050..55c49a23ce3d 100644 --- a/sys-libs/libsepol/libsepol-2.1.8.ebuild +++ b/sys-libs/libsepol/libsepol-2.1.8.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/libsepol/libsepol-2.1.8.ebuild,v 1.2 2012/10/13 16:44:24 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.3 2012/11/17 16:56:46 swift Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" |