diff options
Diffstat (limited to 'joe')
-rw-r--r-- | joe/joe_2.9.8.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/joe/joe_2.9.8.oe b/joe/joe_2.9.8.oe index 5ba0b22ebd..85e748a140 100644 --- a/joe/joe_2.9.8.oe +++ b/joe/joe_2.9.8.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" DESCRIPTION = "joe's own editor." SRC_URI = ${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz |