diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-01-13 13:53:59 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-01-13 13:56:14 -0500 |
commit | 08e3d5ed345a1105253f61fc8a5210d20e8b018d (patch) | |
tree | e05672e273c594a753d7292cb8378668098beaf8 /app-pda | |
parent | profiles/desktop/gnome: Drop legacy libproxy[python] USE enable (diff) | |
download | gentoo-08e3d5ed345a1105253f61fc8a5210d20e8b018d.tar.gz gentoo-08e3d5ed345a1105253f61fc8a5210d20e8b018d.tar.bz2 gentoo-08e3d5ed345a1105253f61fc8a5210d20e8b018d.zip |
app-pda/libplist: Python 3.7 and 3.8 compatibility
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libplist/libplist-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild index e44a07961965..a9bce66186fa 100644 --- a/app-pda/libplist/libplist-2.0.0.ebuild +++ b/app-pda/libplist/libplist-2.0.0.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=( python{2_7,3_6,3_7,3_8} ) inherit autotools eutils python-r1 DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)" |