summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-06-13 16:02:39 -0400
committerMike Gilbert <floppym@gentoo.org>2024-06-13 16:02:39 -0400
commita36322d9774f5470fdd199b28f8e60d280179acc (patch)
treefa6660685c5d5ecf3911f809b7065626c6763a5e /app-editors
parentprofiles/targets/desktop/plasma: enable app-crypt/pinentry[qt6] (diff)
downloadgentoo-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')
-rw-r--r--app-editors/nano/nano-8.0.ebuild1
-rw-r--r--app-editors/nano/nano-9999.ebuild1
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 )
"