diff options
Diffstat (limited to 'nano')
-rw-r--r-- | nano/nano_1.2.1.oe | 4 | ||||
-rw-r--r-- | nano/nano_1.3.0.oe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nano/nano_1.2.1.oe b/nano/nano_1.2.1.oe index 7590590062..80ee17097a 100644 --- a/nano/nano_1.2.1.oe +++ b/nano/nano_1.2.1.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses5 +DEPENDS = "virtual/libc ncurses" +RDEPENDS = "libc6 libncurses5" SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 diff --git a/nano/nano_1.3.0.oe b/nano/nano_1.3.0.oe index 95e251c8d3..9b16c7df7c 100644 --- a/nano/nano_1.3.0.oe +++ b/nano/nano_1.3.0.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses5 +DEPENDS = "virtual/libc ncurses" +RDEPENDS = "libc6 libncurses5" SRC_URI := http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 \ |