diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-05-09 13:47:55 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-05-09 13:48:52 -0700 |
commit | a45fbb883b025b91067c897db14a3d8e4bfd22d9 (patch) | |
tree | 6adf285a3a5d5333f173d51db09c318ef1883c14 /dev-libs/gobject-introspection | |
parent | dev-python/python-gflags: Bump to 3.1.1 (diff) | |
download | gentoo-a45fbb883b025b91067c897db14a3d8e4bfd22d9.tar.gz gentoo-a45fbb883b025b91067c897db14a3d8e4bfd22d9.tar.bz2 gentoo-a45fbb883b025b91067c897db14a3d8e4bfd22d9.zip |
dev-libs/gobject-introspection: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild index dafc138ed421..1a1623a0639d 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild @@ -2,7 +2,7 @@ # 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} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 toolchain-funcs versionator |