diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-25 21:59:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-25 22:20:14 +0100 |
commit | 3fdba198a85f62982a72260e83747e3560c149e8 (patch) | |
tree | 43587a080f54338bbf676a8ea261836b523c87f3 /app-office | |
parent | app-office/calligra: Fix build with app-text/poppler-0.83.0 (diff) | |
download | gentoo-3fdba198a85f62982a72260e83747e3560c149e8.tar.gz gentoo-3fdba198a85f62982a72260e83747e3560c149e8.tar.bz2 gentoo-3fdba198a85f62982a72260e83747e3560c149e8.zip |
app-office/libreoffice: Drop python2_7, add python3_8
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.3.9999.ebuild | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-6.3.9999.ebuild b/app-office/libreoffice/libreoffice-6.3.9999.ebuild index 7a8ee9560f67..19a2070ce5c6 100644 --- a/app-office/libreoffice/libreoffice-6.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.3.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+),xml" MY_PV="${PV/_alpha/.alpha}" diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 52c11f8e8ca0..b71dce302d52 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+),xml" MY_PV="${PV/_alpha/.alpha}" |