From 6928147c05011035fb81bbca67506551e15f182d Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 23 Jun 2018 21:11:46 +0200 Subject: dev-libs/gom: Support python3.6 (#658756) Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-libs/gom/gom-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/gom') 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 -- cgit v1.2.3-65-gdbad