mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
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:
parent
97a3af69a8
commit
7eb1b2950d
1 changed files with 8 additions and 1 deletions
|
|
@ -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 )
|
||||
Loading…
Reference in a new issue