diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-05 01:12:01 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-05 01:19:57 +0200 |
commit | d8ee6a088452f257101497b392b406569eddb50b (patch) | |
tree | 143e16afc6ee697c1fee65846f4c244981ccde35 /app-crypt/gcr | |
parent | x11-themes/adwaita-icon-theme: intltool is not needed anymore (diff) | |
download | gentoo-d8ee6a088452f257101497b392b406569eddb50b.tar.gz gentoo-d8ee6a088452f257101497b392b406569eddb50b.tar.bz2 gentoo-d8ee6a088452f257101497b392b406569eddb50b.zip |
app-crypt/gcr: tap-driver is only py2 compatible, bug #570358
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/gcr')
-rw-r--r-- | app-crypt/gcr/gcr-3.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gcr/gcr-3.20.0.ebuild b/app-crypt/gcr/gcr-3.20.0.ebuild index e1000e960a70..c25d25b01332 100644 --- a/app-crypt/gcr/gcr-3.20.0.ebuild +++ b/app-crypt/gcr/gcr-3.20.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-any-r1 vala virtualx |