summaryrefslogtreecommitdiff
blob: a9041d46b3291b6cb61da029d63d9c152ebeb884 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- pfl/pfl.py	(Revision 68)
+++ pfl/pfl.py	(Arbeitskopie)
@@ -226,6 +226,8 @@
 				v = '%s-%s' % (v, r)
 				
 			repo, = self._vardbapi.aux_get(cpv, ['repository'])
+			if len(repo) == 0:
+				repo, = self._vardbapi.aux_get(cpv, ['REPOSITORY'])
 
 			# timestamp of merge
 			mergedstamp = self._vardbapi.aux_get(cpv, ['_mtime_'])[0]