commit: cb828c0b80a0fab32256d9845c05f50cfce9ddf0
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 04:18:48 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 04:18:48 2016 +0000
URL: https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=cb828c0b
bug#423207: changelogs.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
gentoo-scripts/changelog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gentoo-scripts/changelog.py b/gentoo-scripts/changelog.py
index 066f736..6367899 100644
--- a/gentoo-scripts/changelog.py
+++ b/gentoo-scripts/changelog.py
@@ -30,7 +30,7 @@ def grab_changelog_stuff(catpkg):
try:
foo=""
os.chdir(portage.settings["PORTDIR"] + "/" + catpkg)
- r=re.compile("<[A-Za-z_0-9][email protected]>", re.I)
+ r=re.compile("<[-.A-Za-z_0-9][email protected]>", re.I)
s="\n".join(portage.grabfile("ChangeLog"))