diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:00 +0100 |
commit | 77a45bea7572e322079c05f72b5d21fa7c3fefb0 (patch) | |
tree | ce0c1df18894a29a7cc7c8fb8099451a741440e4 /gnome-extra/evolution-data-server | |
parent | games-util/xboxdrv: Remove py2 where possible (diff) | |
download | gentoo-77a45bea7572e322079c05f72b5d21fa7c3fefb0.tar.gz gentoo-77a45bea7572e322079c05f72b5d21fa7c3fefb0.tar.bz2 gentoo-77a45bea7572e322079c05f72b5d21fa7c3fefb0.zip |
gnome-extra/evolution-data-server: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'gnome-extra/evolution-data-server')
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild index 3f15245d2c44..1c26f9c18bec 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) VALA_USE_DEPEND="vapigen" inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx |