diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-10-22 14:16:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-05 22:00:49 +0100 |
commit | 9b3a6fac3d05ffdf9f73d5c083faa480284d6b07 (patch) | |
tree | 293a125ddaee8aba8649598aed04bc7ba8d52b78 /app-office | |
parent | app-office/unoconv: Port to python-single-r1, bump to EAPI 6 (diff) | |
download | gentoo-9b3a6fac3d05ffdf9f73d5c083faa480284d6b07.tar.gz gentoo-9b3a6fac3d05ffdf9f73d5c083faa480284d6b07.tar.bz2 gentoo-9b3a6fac3d05ffdf9f73d5c083faa480284d6b07.zip |
app-office/unoconv: Enable python3_{4,5}
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/unoconv/unoconv-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/unoconv/unoconv-0.7.ebuild b/app-office/unoconv/unoconv-0.7.ebuild index e7719a557d33..cbb3bfe02159 100644 --- a/app-office/unoconv/unoconv-0.7.ebuild +++ b/app-office/unoconv/unoconv-0.7.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit eutils python-single-r1 |