Skip to content

Commit

Permalink
gui-apps/foot-terminfo: fix ncurses dependency
Browse files Browse the repository at this point in the history
ncurses[minimal] does not install foot terminfo, so we need to
change to ncurses[-minimal]

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Hernandez Hernandez <[email protected]>
Closes: gentoo#24167
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
sevz17 authored and ionenwks committed Feb 12, 2022
1 parent 4b2ed97 commit 1855187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="!>=sys-libs/ncurses-6.3"
RDEPEND="!>=sys-libs/ncurses-6.3[-minimal]"
BDEPEND="sys-libs/ncurses"

src_prepare() {
Expand Down

0 comments on commit 1855187

Please sign in to comment.