diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:06:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:06:56 +0000 |
commit | 088ca8599e15fb5b81d95730f880d52fed9b5ca6 (patch) | |
tree | 47f855ddcc9ec30243df749140fa2598cbec8c96 /sys-cluster/glusterfs | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-088ca8599e15fb5b81d95730f880d52fed9b5ca6.tar.gz gentoo-2-088ca8599e15fb5b81d95730f880d52fed9b5ca6.tar.bz2 gentoo-2-088ca8599e15fb5b81d95730f880d52fed9b5ca6.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-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.4.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/glusterfs/ChangeLog b/sys-cluster/glusterfs/ChangeLog index 20fc97c02f5c..7b7f16d83de4 100644 --- a/sys-cluster/glusterfs/ChangeLog +++ b/sys-cluster/glusterfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/glusterfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.48 2013/08/07 13:32:56 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.49 2013/09/05 19:06:56 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> glusterfs-3.4.0-r1.ebuild, + glusterfs-3.4.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. *glusterfs-3.4.0-r1 (07 Aug 2013) diff --git a/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild b/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild index be870ba492bb..57b09f6329e9 100644 --- a/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild,v 1.1 2013/08/07 13:32:56 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.0-r1.ebuild,v 1.2 2013/09/05 19:06:56 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) AUTOTOOLS_AUTORECONF=1 inherit autotools-utils elisp-common eutils multilib python-single-r1 versionator diff --git a/sys-cluster/glusterfs/glusterfs-3.4.0.ebuild b/sys-cluster/glusterfs/glusterfs-3.4.0.ebuild index 4726a67c0866..a51d0baa7a15 100644 --- a/sys-cluster/glusterfs/glusterfs-3.4.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.4.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.0.ebuild,v 1.1 2013/07/26 11:43:00 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.4.0.ebuild,v 1.2 2013/09/05 19:06:56 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) AUTOTOOLS_AUTORECONF=1 inherit autotools-utils elisp-common eutils multilib python-single-r1 versionator |