diff options
author | Ferenc Erki <erkiferenc@gmail.com> | 2020-10-29 09:05:42 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-11-11 22:40:51 +0100 |
commit | 2110b29d0ba2a166a483bffa5f522c80aac0cf43 (patch) | |
tree | 9749717fccfeb628129c0446176589574f288aa9 /app-admin/rex | |
parent | app-text/tofrodos: remove unused patch. (diff) | |
download | gentoo-2110b29d0ba2a166a483bffa5f522c80aac0cf43.tar.gz gentoo-2110b29d0ba2a166a483bffa5f522c80aac0cf43.tar.bz2 gentoo-2110b29d0ba2a166a483bffa5f522c80aac0cf43.zip |
app-admin/rex: update live ebuild.
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18066
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/rex')
-rw-r--r-- | app-admin/rex/rex-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild index d832e4f2b87a..b8623b485c3c 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' \ |