Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929974 - app-office/libreoffice - Update to Rhino 1.7.14 , remove bundled
Summary: app-office/libreoffice - Update to Rhino 1.7.14 , remove bundled
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-14 02:24 UTC by jospezial
Modified: 2024-04-14 03:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2024-04-14 02:24:39 UTC
https://github.com/LibreOffice/core/commit/58c4457a902c846229dc3383cc31bbc8f4b3aed9
"Update to latest Rhino 1.7.14"

https://github.com/LibreOffice/core/commit/479a39cbf0f4564abe93066d7a3f6b2e82de0e76
"clean up after removal of patched rhino"

In the ebuild we have
	"libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )"
	# requirement of rhino
	"libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )"

but also
libreoffice_extensions_scripting-javascript? ( >=dev-java/rhino-1.7.14:1.6 )

I think we can now switch to use system rhino only.
For now only libreoffice-9999.ebuild to change.