libalgorithm-diff-perl: Fix up RDEPENDS, there was one " too many and one
authorJamie Lenehan <lenehan@twibble.org>
Wed, 4 Oct 2006 00:43:02 +0000 (00:43 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Wed, 4 Oct 2006 00:43:02 +0000 (00:43 +0000)
dependency listed twice.

packages/perl/libalgorithm-diff-perl_1.1902.bb

index e060a66..e2776b9 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
 LICENSE = "Artistic|GPL"
 RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
-           "perl-module-exporter perl-module-strict perl-module-vars"
+            perl-module-strict perl-module-vars"
 PR = "r0"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"