diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:29:40 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:29:40 +0200 |
commit | 77310b57258fde2f26be81b3f7c7d9df72b922ba (patch) | |
tree | 05fd50da4ed3bf8eb46a47b966c092c448bbf47b /app-editors/nano/nano-9999.ebuild | |
parent | app-editors/kakoune: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-77310b57258fde2f26be81b3f7c7d9df72b922ba.tar.gz gentoo-77310b57258fde2f26be81b3f7c7d9df72b922ba.tar.bz2 gentoo-77310b57258fde2f26be81b3f7c7d9df72b922ba.zip |
app-editors/nano: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors/nano/nano-9999.ebuild')
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index aaa4c8829842..cae3f5a48197 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -20,8 +20,8 @@ LICENSE="GPL-3" SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" -LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?] - sys-libs/ncurses:0=[static-libs(+)] +LIB_DEPEND=" + >=sys-libs/ncurses-5.9-r1:=[unicode(+)?,static-libs(+)] magic? ( sys-apps/file[static-libs(+)] ) nls? ( virtual/libintl )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" |