diff options
author | Leonardo Hernandez Hernandez <leohdz172@protonmail.com> | 2022-02-11 16:49:43 -0600 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-12 16:46:19 -0500 |
commit | 1855187fa9756f7bfbef073d5602ceb960f9a55e (patch) | |
tree | 35ecb1a2f26f41274d726f607e892fc103f8bfc9 /gui-apps/foot-terminfo | |
parent | gui-apps/foot: fix ncurses dependency (diff) | |
download | gentoo-1855187fa9756f7bfbef073d5602ceb960f9a55e.tar.gz gentoo-1855187fa9756f7bfbef073d5602ceb960f9a55e.tar.bz2 gentoo-1855187fa9756f7bfbef073d5602ceb960f9a55e.zip |
gui-apps/foot-terminfo: fix ncurses dependency
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 <leohdz172@outlook.com>
Closes: https://github.com/gentoo/gentoo/pull/24167
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-apps/foot-terminfo')
-rw-r--r-- | gui-apps/foot-terminfo/foot-terminfo-1.11.0-r1.ebuild (renamed from gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.11.0-r1.ebuild index f60a2e2c01c3..f2514f84637b 100644 --- a/gui-apps/foot-terminfo/foot-terminfo-1.11.0.ebuild +++ b/gui-apps/foot-terminfo/foot-terminfo-1.11.0-r1.ebuild @@ -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() { |