diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-02-22 19:43:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 19:54:09 +0000 |
commit | f44bb2e5d8a45cf78459c533467b1e1d5608a4a4 (patch) | |
tree | 6445e8c2a6fd3988f57f0c6a2a217d3b0abe21f2 /app-admin/ccze | |
parent | net-fs/samba: cleanup vulnerable 4.16.7-r4 (diff) | |
download | gentoo-f44bb2e5d8a45cf78459c533467b1e1d5608a4a4.tar.gz gentoo-f44bb2e5d8a45cf78459c533467b1e1d5608a4a4.tar.bz2 gentoo-f44bb2e5d8a45cf78459c533467b1e1d5608a4a4.zip |
app-admin/ccze: fix MissingRemoteId for maintainer-needed packages
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/ccze')
-rw-r--r-- | app-admin/ccze/metadata.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/app-admin/ccze/metadata.xml b/app-admin/ccze/metadata.xml index c0b8005992ea..ae6b94ac0d5a 100644 --- a/app-admin/ccze/metadata.xml +++ b/app-admin/ccze/metadata.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> - CCZE is my C port of RASZi's colorize, with a set of bug fixes and enhancements. - It uses PCRE to do the matching, and NCurses for the output. The goal was to - create a log coloriser, that is fast and light on resources. Also, being extensible - via plug-ins is an important feature too. -</longdescription> + <!-- maintainer-needed --> + <longdescription> + CCZE is my C port of RASZi's colorize, with a set of bug fixes and + enhancements. It uses PCRE to do the matching, and NCurses for the + output. The goal was to create a log coloriser, that is fast and light + on resources. Also, being extensible via plug-ins is an important + feature too. + </longdescription> </pkgmetadata> |