app-portage/gs-elpa: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:57:08 +0000 (19:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:29:01 +0000 (21:29 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild
app-portage/gs-elpa/gs-elpa-9999.ebuild

index 8a01663378e770e947c7dde1c419e40f7a9d508d..7f67a9c0ecc729cad0a4cd8d3ca1791345103a7f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 inherit distutils-r1
 
index 9762b32af61c9b652cb5c3ad041e5c7c6a0c08b1..6c070907fbd6d7151aa2117758bfd21160d827c5 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 inherit distutils-r1 git-r3