You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/pfl/files/pfl-2.4-reponame.patch

12 lines
336 B

--- 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]