>>>>> On Sun, 15 May 2022, Ulrich Mueller wrote:

>>>>> On Sun, 15 May 2022, Mike Pagano wrote:
>> +# @FUNCTION: check_zlibinflate
>> +# @DESCRIPTION:
>> +# helper function to make sure a ZLIB_INFLATE configuration
>> +# has the requried symbols

> s/requried/required/

> Also, eclass-to-manpage will format won't respect the line breaks but
> format @DESCRIPTION as a paragraph,

Sorry, seems that I wasn't awake yet when writing this. The sentence
should read:

eclass-to-manpage won't respect the line breaks but will format
@DESCRIPTION as a paragraph,

> so there should be a full stop at the end of the sentence. 

>> +# See https://bugs.gentoo.org/27882
>> check_zlibinflate() {
>> if ! use kernel_linux; then
>> die "${FUNCNAME}() called on non-Linux system, please fix the ebuild"

Reply via email to