diff options
author | 2013-09-05 19:44:56 +0000 | |
---|---|---|
committer | 2013-09-05 19:44:56 +0000 | |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /net-fs | |
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 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-4.0.8-r2.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-4.1.0_rc2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index d044febb78f4..5b7c79da65fa 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.599 2013/09/05 12:21:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.600 2013/09/05 19:44:47 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> samba-4.0.8-r2.ebuild, + samba-4.1.0_rc2.ebuild: + Clean up PYTHON_COMPAT from old implementations. 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> samba-3.6.16.ebuild: Stable for ppc64, wrt bug #478260 diff --git a/net-fs/samba/samba-4.0.8-r2.ebuild b/net-fs/samba/samba-4.0.8-r2.ebuild index 4a349cdc5622..9640a576e701 100644 --- a/net-fs/samba/samba-4.0.8-r2.ebuild +++ b/net-fs/samba/samba-4.0.8-r2.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/net-fs/samba/samba-4.0.8-r2.ebuild,v 1.1 2013/08/16 07:13:48 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.8-r2.ebuild,v 1.2 2013/09/05 19:44:47 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit python-r1 waf-utils multilib linux-info systemd diff --git a/net-fs/samba/samba-4.1.0_rc2.ebuild b/net-fs/samba/samba-4.1.0_rc2.ebuild index 0fcfc481e72a..45edb4cb1f7c 100644 --- a/net-fs/samba/samba-4.1.0_rc2.ebuild +++ b/net-fs/samba/samba-4.1.0_rc2.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/net-fs/samba/samba-4.1.0_rc2.ebuild,v 1.3 2013/08/16 07:13:48 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.0_rc2.ebuild,v 1.4 2013/09/05 19:44:47 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit python-r1 waf-utils multilib linux-info systemd |