diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-23 22:13:40 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-23 22:29:55 +0300 |
commit | a06fd726eca6b0ec8a3ee22cb0eb16cb080cc753 (patch) | |
tree | a62d558dad9cbe4bced583b9e6150620393ae193 /app-crypt | |
parent | games-arcade/rocksndiamonds: Drop old (diff) | |
download | gentoo-a06fd726eca6b0ec8a3ee22cb0eb16cb080cc753.tar.gz gentoo-a06fd726eca6b0ec8a3ee22cb0eb16cb080cc753.tar.bz2 gentoo-a06fd726eca6b0ec8a3ee22cb0eb16cb080cc753.zip |
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
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.18.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libsecret/libsecret-0.18.6.ebuild b/app-crypt/libsecret/libsecret-0.18.6.ebuild index d482aa445539..e33fcf513a96 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 |