mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/ncurses: weak block older x11-terms/ghostty versions
Ghostty by default ships its own terminfo database. Newer versions of ncurses have incorporated this data and it is installed unless USE=minimal is specified. Newer Ghostty versions adapt to this by installing a ghostty-terminfo package when ncurses[minimal] is installed, and deferring to ncurses otherwise. However, to make upgrades automatic, we must block older versions of Ghostty so that ncurses can replace Ghostty-installed files. Bug: https://bugs.gentoo.org/949209 Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -137,6 +137,7 @@ RDEPEND="
|
||||
!<sys-libs/slang-2.3.2_pre23
|
||||
!<x11-terms/rxvt-unicode-9.06-r3
|
||||
!<x11-terms/st-0.6-r1
|
||||
!minimal? ( !<x11-terms/ghostty-1.1.0 )
|
||||
"
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomasdickey )"
|
||||
|
||||
|
||||
@@ -138,6 +138,7 @@ RDEPEND="
|
||||
!<sys-libs/slang-2.3.2_pre23
|
||||
!<x11-terms/rxvt-unicode-9.06-r3
|
||||
!<x11-terms/st-0.6-r1
|
||||
!minimal? ( !<x11-terms/ghostty-1.1.0 )
|
||||
"
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomasdickey )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user