commit:     2110b29d0ba2a166a483bffa5f522c80aac0cf43
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Thu Oct 29 08:05:42 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 21:40:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2110b29d

app-admin/rex: update live ebuild.

Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18066
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/rex/rex-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild
index d832e4f2b87..b8623b485c3 100644
--- a/app-admin/rex/rex-9999.ebuild
+++ b/app-admin/rex/rex-9999.ebuild
@@ -121,8 +121,9 @@ dzil_src_prep() {
        # so that the final [d]elete deletes the next line too. Can be expanded 
for each
        # line, ie: {N;N;N;d} deletes 3 lines after the match as well as the 
match.
        sed -e '/^\[Test::Kwalitee\]/d' \
-               -e '/^\[Test::Perl::Critic\]/d' \
                -e '/^\[PodSyntaxTests\]/d' \
+               -e '/^Perl::Critic::Freenode =/d' \
+               -e '/^Perl::Critic::TooMuchCode =/d' \
                -e '/^Test::Kwalitee =/d' \
                -e '/^Test::PerlTidy =/d' \
                -e '/^Test::Pod =/d' \

Reply via email to