summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r--dev-python/fuse-python/ChangeLog5
-rw-r--r--dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog
index 7747a15a2a0f..b52a37da652c 100644
--- a/dev-python/fuse-python/ChangeLog
+++ b/dev-python/fuse-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fuse-python
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.22 2015/03/27 16:26:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.23 2015/04/08 08:05:23 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> fuse-python-0.2.1-r1.ebuild:
+ Drop old Python implementations
27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> fuse-python-0.2.1-r1.ebuild:
Stable for amd64, wrt bug #535324
diff --git a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild
index 68db547afbfa..041a30adbe80 100644
--- a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild
+++ b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild,v 1.2 2015/03/27 16:26:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild,v 1.3 2015/04/08 08:05:23 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1