diff options
Diffstat (limited to 'nano')
-rw-r--r-- | nano/nano_1.2.1.oe | 2 | ||||
-rw-r--r-- | nano/nano_1.3.0.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nano/nano_1.2.1.oe b/nano/nano_1.2.1.oe index 37bcf69ac1..57358de722 100644 --- a/nano/nano_1.2.1.oe +++ b/nano/nano_1.2.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ Not ANOther editor) is an enhanced clone of the \ Pico text editor." diff --git a/nano/nano_1.3.0.oe b/nano/nano_1.3.0.oe index d24ac32e41..a2f32e7c84 100644 --- a/nano/nano_1.3.0.oe +++ b/nano/nano_1.3.0.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ Not ANOther editor) is an enhanced clone of the \ Pico text editor." |