diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-01-20 20:07:04 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-01-20 20:07:04 +0000 |
commit | cc2f48c6577e7166dca050c853917d14bccd96b2 (patch) | |
tree | 8197795ab05b9d73ca4825f8a7388753e0bc9c41 /sys-apps/checkpolicy | |
parent | Stabilize SELinux userspace for amd64 and x86 (diff) | |
download | gentoo-2-cc2f48c6577e7166dca050c853917d14bccd96b2.tar.gz gentoo-2-cc2f48c6577e7166dca050c853917d14bccd96b2.tar.bz2 gentoo-2-cc2f48c6577e7166dca050c853917d14bccd96b2.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-apps/checkpolicy')
-rw-r--r-- | sys-apps/checkpolicy/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/checkpolicy/checkpolicy-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/checkpolicy/ChangeLog b/sys-apps/checkpolicy/ChangeLog index 26461dc3d048..032346189419 100644 --- a/sys-apps/checkpolicy/ChangeLog +++ b/sys-apps/checkpolicy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/checkpolicy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.72 2013/12/23 09:26:52 swift Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.73 2014/01/20 20:07:04 swift Exp $ + + 20 Jan 2014; Sven Vermeulen <swift@gentoo.org> checkpolicy-2.2.ebuild: + Stabilize for amd64 and x86 23 Dec 2013; Sven Vermeulen <swift@gentoo.org> -checkpolicy-2.1.8.ebuild: Cleanup old versions diff --git a/sys-apps/checkpolicy/checkpolicy-2.2.ebuild b/sys-apps/checkpolicy/checkpolicy-2.2.ebuild index edf4e37e5ac8..f95c4f876ec4 100644 --- a/sys-apps/checkpolicy/checkpolicy-2.2.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-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-apps/checkpolicy/checkpolicy-2.2.ebuild,v 1.1 2013/11/04 21:56:28 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.2.ebuild,v 1.2 2014/01/20 20:07:04 swift Exp $ inherit toolchain-funcs eutils @@ -13,7 +13,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20131030/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND=">=sys-libs/libsepol-${SEPOL_VER} |