diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-06-13 16:02:39 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-06-13 16:02:39 -0400 |
commit | a36322d9774f5470fdd199b28f8e60d280179acc (patch) | |
tree | fa6660685c5d5ecf3911f809b7065626c6763a5e /app-editors/nano | |
parent | profiles/targets/desktop/plasma: enable app-crypt/pinentry[qt6] (diff) | |
download | gentoo-a36322d9774f5470fdd199b28f8e60d280179acc.tar.gz gentoo-a36322d9774f5470fdd199b28f8e60d280179acc.tar.bz2 gentoo-a36322d9774f5470fdd199b28f8e60d280179acc.zip |
app-editors/nano: drop duplicate dep on sys-libs/ncurses
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/nano-8.0.ebuild | 1 | ||||
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app-editors/nano/nano-8.0.ebuild b/app-editors/nano/nano-8.0.ebuild index e6f6c6f206d5..e220a0fdd257 100644 --- a/app-editors/nano/nano-8.0.ebuild +++ b/app-editors/nano/nano-8.0.ebuild @@ -21,7 +21,6 @@ IUSE="debug justify magic minimal ncurses nls +spell unicode" RDEPEND=" >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] - sys-libs/ncurses:= magic? ( sys-apps/file ) nls? ( virtual/libintl ) " diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 64d9b86de063..426c87672156 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -21,7 +21,6 @@ IUSE="debug justify magic minimal ncurses nls +spell unicode" RDEPEND=" >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] - sys-libs/ncurses:= magic? ( sys-apps/file ) nls? ( virtual/libintl ) " |