summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-03-24 06:45:17 +0100
committerMartin Väth <martin@mvath.de>2017-03-24 06:45:17 +0100
commitdfb0fa09690305af10d15dd47dcb77b4133f8b17 (patch)
tree58563bf855188e36205048083075d3691d846d7a /dev-util
parentx11-libs/gtk+: Version bump (diff)
downloadmv-dfb0fa09690305af10d15dd47dcb77b4133f8b17.tar.gz
mv-dfb0fa09690305af10d15dd47dcb77b4133f8b17.tar.bz2
mv-dfb0fa09690305af10d15dd47dcb77b4133f8b17.zip
Fix python deps
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pyrep/pyrep-1.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pyrep/pyrep-1.4-r1.ebuild b/dev-util/pyrep/pyrep-1.4-r1.ebuild
index ffbbac3d..d5aec00d 100644
--- a/dev-util/pyrep/pyrep-1.4-r1.ebuild
+++ b/dev-util/pyrep/pyrep-1.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
RESTRICT="mirror"
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
inherit python-any-r1
DESCRIPTION="Search and/or replace regular expressions within many files interactively"