diff options
author | 2024-01-17 05:45:27 +0000 | |
---|---|---|
committer | 2024-01-17 05:45:27 +0000 | |
commit | ff607635ebb872f38cc79139f29cf58959595213 (patch) | |
tree | 46b44e7941dbfba59311cbdae151d592056518c7 /sys-auth | |
parent | sys-auth/nss-mdns: Apply upstream ver. sym. patch (diff) | |
download | gentoo-ff607635ebb872f38cc79139f29cf58959595213.tar.gz gentoo-ff607635ebb872f38cc79139f29cf58959595213.tar.bz2 gentoo-ff607635ebb872f38cc79139f29cf58959595213.zip |
sys-auth/nss-mdns: add note re autoreconf
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild index 3a3ef1f43012..2c1aa9581be0 100644 --- a/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-0.15.1.ebuild @@ -24,6 +24,7 @@ PATCHES=( src_prepare() { default + # Only needed for LLD 17 patch eautoreconf } |