commit:     a06fd726eca6b0ec8a3ee22cb0eb16cb080cc753
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 19:13:40 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 19:29:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06fd726

app-crypt/libsecret: fix PYTHON_COMPAT - test suite requires python3

Closes: https://bugs.gentoo.org/579170
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-crypt/libsecret/libsecret-0.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libsecret/libsecret-0.18.6.ebuild 
b/app-crypt/libsecret/libsecret-0.18.6.ebuild
index d482aa44553..e33fcf513a9 100644
--- a/app-crypt/libsecret/libsecret-0.18.6.ebuild
+++ b/app-crypt/libsecret/libsecret-0.18.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 VALA_USE_DEPEND=vapigen
 
 inherit gnome2 python-any-r1 vala virtualx

Reply via email to