Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/overlay/metadata/
Date: Mon, 30 Jul 2012 08:55:00
Message-Id: 1343231049.47c8086e0d63a50e3718a70ebeee4f85042d4f2e.dywi@gentoo
1 commit: 47c8086e0d63a50e3718a70ebeee4f85042d4f2e
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Wed Jul 25 15:44:09 2012 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Wed Jul 25 15:44:09 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=47c8086e
7
8 fix typo in metadata
9
10 ---
11 roverlay/overlay/metadata/__init__.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/roverlay/overlay/metadata/__init__.py b/roverlay/overlay/metadata/__init__.py
15 index 58fc414..a0456f2 100644
16 --- a/roverlay/overlay/metadata/__init__.py
17 +++ b/roverlay/overlay/metadata/__init__.py
18 @@ -65,7 +65,7 @@ class MetadataJob ( object ):
19 description = data ['Title'] + ' // ' + data ['Description']
20
21 elif 'Description' in data:
22 - description = ddata ['Description']
23 + description = data ['Description']
24
25 elif 'Title' in data:
26 description = data ['Title']