diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-01-21 23:48:56 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-01-21 23:49:25 +0100 |
commit | ba3ac00f2f319af39fc09e05df12657e7f3019b8 (patch) | |
tree | c7a996053fd93b0f87e6f0b5f73cbf4ea80a4414 /sci-misc | |
parent | dev-java/openjdk-bin: bump to 11.0.6_p10 (diff) | |
download | gentoo-ba3ac00f2f319af39fc09e05df12657e7f3019b8.tar.gz gentoo-ba3ac00f2f319af39fc09e05df12657e7f3019b8.tar.bz2 gentoo-ba3ac00f2f319af39fc09e05df12657e7f3019b8.zip |
sci-misc/mendeleydesktop: Nothing needs py2 support for mendeleydesktop
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/mendeleydesktop/mendeleydesktop-1.19.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.4.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.4.ebuild index 52daa661627a..5daa682e978a 100644 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.4.ebuild +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit desktop python-single-r1 xdg |