commit: fb3e008b06a0d24fbf0ffc4d181d7863c54ff886
parent f9a2d4b6b52664db8a2008bd347af00427380c3a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 8 Feb 2022 22:15:36 +0100
net-news/newsboat: Fix for ncurses
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-news/newsboat/newsboat-2.13.ebuild b/net-news/newsboat/newsboat-2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,7 +19,7 @@ RDEPEND="
>=net-misc/curl-7.18.0
>=dev-libs/json-c-0.11:=
dev-libs/libxml2
- sys-libs/ncurses:0=[unicode]
+ sys-libs/ncurses:0=[unicode(+)]
"
DEPEND="${RDEPEND}
app-text/asciidoc