diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-02-02 09:17:09 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-02-02 09:17:09 +0000 |
commit | 1a8c0d32110610307d0f0a9611f1bfa38ec528f6 (patch) | |
tree | 55ce6f9315a55c29bc55fa31eb9b7db22fc7d925 /sys-libs/libselinux | |
parent | Version bump. (diff) | |
download | gentoo-2-1a8c0d32110610307d0f0a9611f1bfa38ec528f6.tar.gz gentoo-2-1a8c0d32110610307d0f0a9611f1bfa38ec528f6.tar.bz2 gentoo-2-1a8c0d32110610307d0f0a9611f1bfa38ec528f6.zip |
Fix bug #499604 - Support python 3.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-2.2.1-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 335e8bccb0f7..3b8c3b0047df 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/libselinux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.108 2014/01/20 20:03:24 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.109 2014/02/02 09:17:09 swift Exp $ + + 02 Feb 2014; Sven Vermeulen <swift@gentoo.org> libselinux-2.2.1-r1.ebuild: + Support python 3.3, see bug 499604 + + 02 Feb 2014; Sven Vermeulen <swift@gentoo.org> libselinux-2.2.1-r1.ebuild: + Stabilize for amd64 and x86 20 Jan 2014; Sven Vermeulen <swift@gentoo.org> libselinux-2.2-r1.ebuild: Stabilize for x86 and amd64 diff --git a/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild b/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild index f3c46cb3b155..b6f868dd788b 100644 --- a/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# 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.1-r1.ebuild,v 1.1 2013/12/10 14:09:04 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild,v 1.2 2014/02/02 09:17:09 swift Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_2 ) +PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) USE_RUBY="ruby18 ruby19" RUBY_OPTIONAL="yes" @@ -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} |