diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-06 22:20:51 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-06 22:21:12 +0200 |
commit | 67efb9ef3be1b7e5b552610302a2f9a1f75aa0a2 (patch) | |
tree | 9990fc9ecf8a94bb8781f791e8e195c8995fd9d6 /dev-python/pygobject | |
parent | dev-php/PEAR-Text_Highlighter: new revision sans the php-pear-r1 eclass. (diff) | |
download | gentoo-67efb9ef3be1b7e5b552610302a2f9a1f75aa0a2.tar.gz gentoo-67efb9ef3be1b7e5b552610302a2f9a1f75aa0a2.tar.bz2 gentoo-67efb9ef3be1b7e5b552610302a2f9a1f75aa0a2.zip |
dev-python/pygobject: Drop dead python3_3 implementation from PYTHON_COMPAT
This was removed in earlier version, but the bump happened on the
same date as the global removal, so it ended up reappearing.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/pygobject-3.22.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-3.22.0.ebuild b/dev-python/pygobject/pygobject-3.22.0.ebuild index baa6591a1344..fcbbc19c160c 100644 --- a/dev-python/pygobject/pygobject-3.22.0.ebuild +++ b/dev-python/pygobject/pygobject-3.22.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit eutils gnome2 python-r1 virtualx |