diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /sys-libs | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-2.1.13-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index a6fbe851b211..8298b30898ca 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libselinux # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.102 2013/08/20 20:04:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.103 2013/09/05 19:44:50 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libselinux-2.1.13-r4.ebuild: + Clean up PYTHON_COMPAT from old implementations. 20 Aug 2013; Sven Vermeulen <swift@gentoo.org> libselinux-2.1.13-r4.ebuild: Stabilize, the issue with file_contexts.local is important to get in stable diff --git a/sys-libs/libselinux/libselinux-2.1.13-r4.ebuild b/sys-libs/libselinux/libselinux-2.1.13-r4.ebuild index 261b45c93d48..db1a204acf92 100644 --- a/sys-libs/libselinux/libselinux-2.1.13-r4.ebuild +++ b/sys-libs/libselinux/libselinux-2.1.13-r4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.13-r4.ebuild,v 1.3 2013/08/20 20:04:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.13-r4.ebuild,v 1.4 2013/09/05 19:44:50 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_1 python3_2 ) +PYTHON_COMPAT=( python2_7 python3_2 ) USE_RUBY="ruby18 ruby19" RUBY_OPTIONAL="yes" |