summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-10-16 15:35:03 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-16 15:35:03 -0700
commitd9dbb33033fd779228054925ec4d51e535050f45 (patch)
treee9d18fd192d6fa4928f1f9409a996647f35f34eb /bin
parent95bbfee84072a380ae31202ccc320abc9a1c31a9 (diff)
downloadportage-d9dbb33033fd779228054925ec4d51e535050f45.tar.gz
portage-d9dbb33033fd779228054925ec4d51e535050f45.tar.bz2
portage-d9dbb33033fd779228054925ec4d51e535050f45.zip
repoman: allow 40 digit gpg key
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index c59791c76..a95910641 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -88,7 +88,7 @@ util.initialize_logger()
max_desc_len = 100
allowed_filename_chars="a-zA-Z0-9._-+:"
pv_toolong_re = re.compile(r'[0-9]{19,}')
-GPG_KEY_ID_REGEX = r'(0x)?([0-9a-fA-F]{8}|[0-9a-fA-F]{16}|[0-9a-fA-F]{24}|[0-9a-fA-F]{32})!?'
+GPG_KEY_ID_REGEX = r'(0x)?([0-9a-fA-F]{8}|[0-9a-fA-F]{16}|[0-9a-fA-F]{24}|[0-9a-fA-F]{32}|[0-9a-fA-F]{40})!?'
bad = create_color_func("BAD")
# A sane umask is needed for files that portage creates.