diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-10-23 22:02:21 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-10-23 22:02:21 +0200 |
commit | 9edfd83745079960bb8a8dc227c1a1fed45e1f63 (patch) | |
tree | 3e6ffccb2f74b08b620ad14107defca30167ecaf /app-office | |
parent | dev-db/sqlite: Fix building with USE="-tcl -test tools". (diff) | |
download | gentoo-9edfd83745079960bb8a8dc227c1a1fed45e1f63.tar.gz gentoo-9edfd83745079960bb8a8dc227c1a1fed45e1f63.tar.bz2 gentoo-9edfd83745079960bb8a8dc227c1a1fed45e1f63.zip |
app-office/libreoffice: LO 5.0.3 works fine with Python 3.5. Tested by Arfrever.
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-5.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-5.0.9999.ebuild b/app-office/libreoffice/libreoffice-5.0.9999.ebuild index 4724c61bd701..bfc62fb88e23 100644 --- a/app-office/libreoffice/libreoffice-5.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.0.9999.ebuild @@ -9,7 +9,7 @@ QT_MINIMAL="4.7.4" KDE_SCM="git" CMAKE_REQUIRED="never" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) PYTHON_REQ_USE="threads,xml" # experimental ; release ; old |