summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-24 10:45:59 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-24 11:30:57 +0200
commit570d6b2ce030f3a08fd910c49d24607015ec09aa (patch)
treeb712dbd26106f8bb0dd00eea0275cf045ac3f0c4 /app-text/pastebinit
parentapp-text/nfoview: Support newer python (diff)
downloadgentoo-570d6b2ce030f3a08fd910c49d24607015ec09aa.tar.gz
gentoo-570d6b2ce030f3a08fd910c49d24607015ec09aa.tar.bz2
gentoo-570d6b2ce030f3a08fd910c49d24607015ec09aa.zip
app-text/pastebinit: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/pastebinit')
-rw-r--r--app-text/pastebinit/pastebinit-1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild
index 68382e16e407..9e79db0da019 100644
--- a/app-text/pastebinit/pastebinit-1.5.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE="xml"
inherit python-single-r1