diff options
Diffstat (limited to 'app-text/stardict/stardict-4.0.0_pre20170304.ebuild')
-rw-r--r-- | app-text/stardict/stardict-4.0.0_pre20170304.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild index bd3af8b8..cc9264a4 100644 --- a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors and Martin V\"ath +# Copyright 1999-2021 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, # their indexes seem to be in a different format. So we'll keep them # seperate for now. GNOME2_LA_PUNT=yes -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools flag-o-matic gnome2 python-single-r1 |