diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-01-20 20:03:28 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-01-20 20:03:28 +0000 |
commit | 4cfb9b369042061c8cc2670889f046925815f5ea (patch) | |
tree | 06cc24fdb768f610d35c422f03b24c0bf8a53828 /sys-libs/libselinux/libselinux-2.2-r1.ebuild | |
parent | Initial commit, ebuild by me. Dependency of net-firewall/nftables, as request... (diff) | |
download | historical-4cfb9b369042061c8cc2670889f046925815f5ea.tar.gz historical-4cfb9b369042061c8cc2670889f046925815f5ea.tar.bz2 historical-4cfb9b369042061c8cc2670889f046925815f5ea.zip |
Stabilize SELinux userspace for x86 and amd64
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'sys-libs/libselinux/libselinux-2.2-r1.ebuild')
-rw-r--r-- | sys-libs/libselinux/libselinux-2.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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} |