diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:01 +0100 |
commit | acbc06a9582b8c57134bb079d67164120a9ae263 (patch) | |
tree | 6e8d639198af1a1c075bf6b55c03c94a832eb56c /media-gfx/birdfont | |
parent | gnome-extra/evolution-data-server: Remove py2 where possible (diff) | |
download | gentoo-acbc06a9582b8c57134bb079d67164120a9ae263.tar.gz gentoo-acbc06a9582b8c57134bb079d67164120a9ae263.tar.bz2 gentoo-acbc06a9582b8c57134bb079d67164120a9ae263.zip |
media-gfx/birdfont: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/birdfont')
-rw-r--r-- | media-gfx/birdfont/birdfont-2.18.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/birdfont/birdfont-2.18.3.ebuild b/media-gfx/birdfont/birdfont-2.18.3.ebuild index e1ed19434590..22980e4c63ff 100644 --- a/media-gfx/birdfont/birdfont-2.18.3.ebuild +++ b/media-gfx/birdfont/birdfont-2.18.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PLOCALES="cs de it nl pt_BR sv" inherit python-any-r1 vala l10n toolchain-funcs multiprocessing |