From: Pacho Ramos Date: Sat, 23 Jun 2018 19:11:46 +0000 (+0200) Subject: dev-libs/gom: Support python3.6 (#658756) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6928147c05011035fb81bbca67506551e15f182d;p=gentoo.git dev-libs/gom: Support python3.6 (#658756) Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-libs/gom/gom-0.3.2.ebuild b/dev-libs/gom/gom-0.3.2.ebuild index f79646f4bcac..c69949bbf5ec 100644 --- a/dev-libs/gom/gom-0.3.2.ebuild +++ b/dev-libs/gom/gom-0.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" GCONF_DEBUG="yes" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2 python-r1