gui-apps/foot: Support ncurses terminfo

The gui-apps/foot-terminfo package conflicts with versions of ncurses
past 2021-07-31. To prevent conflicts, this package will not install the
separate terminfo if a recent version of ncurses is installed.

This requires users to manually remove gui-apps/foot-terminfo before
upgrading sys-libs/ncurses. I would prefer if that wasn't necessary, but
I'm not sure how to get around it.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox
2021-11-21 01:05:08 -08:00
parent a33c5e3c8f
commit 710c075533
2 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,10 @@ DEPEND="
"
RDEPEND="
${DEPEND}
gui-apps/foot-terminfo
|| (
>=sys-libs/ncurses-6.3
gui-apps/foot-terminfo
)
"
BDEPEND="
app-text/scdoc

View File

@@ -31,7 +31,10 @@ DEPEND="
"
RDEPEND="
${DEPEND}
gui-apps/foot-terminfo
|| (
>=sys-libs/ncurses-6.3
gui-apps/foot-terminfo
)
"
BDEPEND="
app-text/scdoc