From 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 5 Sep 2013 19:44:56 +0000 Subject: Clean up PYTHON_COMPAT from old implementations. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- net-fs/samba/ChangeLog | 6 +++++- net-fs/samba/samba-4.0.8-r2.ebuild | 4 ++-- net-fs/samba/samba-4.1.0_rc2.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'net-fs') 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 samba-4.0.8-r2.ebuild, + samba-4.1.0_rc2.ebuild: + Clean up PYTHON_COMPAT from old implementations. 05 Sep 2013; Agostino Sarubbo 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 -- cgit v1.2.3-65-gdbad