1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

net-dns/dog: fix man page and add depend on dev-libs/openssl

This commit is contained in:
2024-10-26 15:27:07 +02:00
parent 8f6d2945d3
commit 643d887b65
2 changed files with 146 additions and 1 deletions

View File

@@ -141,14 +141,17 @@ SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-text/ronn-ng"
DEPEND="dev-libs/openssl"
PATCHES=(
"${FILESDIR}"/${P}-update-crates.patch
"${FILESDIR}"/${P}-manpage-fix.patch
)
src_prepare() {
ronn -r man/dog.1.md || die
default
ronn -r man/dog.1.md || die
}
src_install() {