diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-02-07 19:42:32 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-02-07 19:42:32 +0000 |
commit | f8af99eff8b794fa357827ea269fbcfe58603c1a (patch) | |
tree | f454c98e6461d5684983248d9eba125d5082bdf8 /sys-libs/libsemanage | |
parent | Marked stable for amd64 wrt bug #455870 (diff) | |
download | gentoo-2-f8af99eff8b794fa357827ea269fbcfe58603c1a.tar.gz gentoo-2-f8af99eff8b794fa357827ea269fbcfe58603c1a.tar.bz2 gentoo-2-f8af99eff8b794fa357827ea269fbcfe58603c1a.zip |
Python 2.6 is not supported with libsemanage (bug #455216)
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.1.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog index 363b5baa7b86..357a3deb5e0b 100644 --- a/sys-libs/libsemanage/ChangeLog +++ b/sys-libs/libsemanage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsemanage -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.53 2012/11/17 16:56:15 swift Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.54 2013/02/07 19:42:32 swift Exp $ + + 07 Feb 2013; Sven Vermeulen <swift@gentoo.org> libsemanage-2.1.9.ebuild: + Python 2.6 is not supported with libsemanage, see bug #445216 17 Nov 2012; <swift@gentoo.org> libsemanage-2.1.9.ebuild: Stabilization diff --git a/sys-libs/libsemanage/libsemanage-2.1.9.ebuild b/sys-libs/libsemanage/libsemanage-2.1.9.ebuild index fc19498445d2..3f36ac091631 100644 --- a/sys-libs/libsemanage/libsemanage-2.1.9.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.1.9.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.9.ebuild,v 1.3 2012/11/17 16:56:15 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.9.ebuild,v 1.4 2013/02/07 19:42:32 swift Exp $ EAPI="3" # Support for 4 depends on python.eclass PYTHON_DEPEND="python? *" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="*-jython *-pypy-* 2.6" inherit multilib python toolchain-funcs eutils |