summaryrefslogtreecommitdiff
path: root/Documentation/maintainers/git-hooks-commit-msg
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-11-17 16:20:48 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-11-17 16:20:48 +0400
commita0e8f20d10802e839f58bce48d2e001faa2cadb8 (patch)
tree5b8b4be743faf737dd55539690e4626587c3674c /Documentation/maintainers/git-hooks-commit-msg
parentccc52cb9c4f8c6d0f83c69cdbf84614ac09e8d5a (diff)
downloadkde-a0e8f20d10802e839f58bce48d2e001faa2cadb8.tar.gz
kde-a0e8f20d10802e839f58bce48d2e001faa2cadb8.tar.bz2
kde-a0e8f20d10802e839f58bce48d2e001faa2cadb8.zip
Revert "[kde-base] there is no l10n packages for beta"
This reverts commit 35315bc5e2238e91d11d5fe2d74b88ab877774d6.
Diffstat (limited to 'Documentation/maintainers/git-hooks-commit-msg')
-rwxr-xr-xDocumentation/maintainers/git-hooks-commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentation/maintainers/git-hooks-commit-msg
index 09f96644625..f659c61667c 100755
--- a/Documentation/maintainers/git-hooks-commit-msg
+++ b/Documentation/maintainers/git-hooks-commit-msg
@@ -38,7 +38,7 @@ elif grep '^NO_REPOMAN' "$FILE" >& /dev/null ; then
# Allow i-know-what-i-am-doing override
sed -i -e '/^NO_REPOMAN/d' "$FILE"
exit 0
-elif ! grep '^Package-Manager' "$FILE" >& /dev/null ; then
+elif ! grep '^(Portage version' "$FILE" >& /dev/null ; then
die 'Please use repoman to commit'
fi