pentoo-misc: prefer libreoffice-bin

libreoffice is failing to build, missing ant stuff despite it appearing
correctly in deps afaict.  ship the bin by default for now so the livecd
builds
This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-23 12:21:46 -04:00
parent 97a3af69a8
commit 7eb1b2950d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -27,7 +27,14 @@ PDEPEND="
app-accessibility/brltty
)
X? ( office? ( || ( app-office/libreoffice app-office/libreoffice-bin ) ) )
X? (
office? (
|| (
app-office/libreoffice-bin
app-office/libreoffice
)
)
)
pentoo-full? (
X? ( amd64? ( app-editors/sublime-text )