Skip to content

Commit

Permalink
app-office/libreoffice: add python3_7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <[email protected]>
  • Loading branch information
jcallen committed Dec 3, 2018
1 parent 6b5c67c commit f53a26a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-office/libreoffice/libreoffice-6.1.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads,xml"
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+),xml"

MY_PV="${PV/_alpha/.alpha}"
MY_PV="${MY_PV/_beta/.beta}"
Expand Down
4 changes: 2 additions & 2 deletions app-office/libreoffice/libreoffice-6.1.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads,xml"
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+),xml"

MY_PV="${PV/_alpha/.alpha}"
MY_PV="${MY_PV/_beta/.beta}"
Expand Down
4 changes: 2 additions & 2 deletions app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads,xml"
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+),xml"

MY_PV="${PV/_alpha/.alpha}"
MY_PV="${MY_PV/_beta/.beta}"
Expand Down

0 comments on commit f53a26a

Please sign in to comment.