From 5cfe09ece13bd011e2bbf56d1482661268a2df93 Mon Sep 17 00:00:00 2001 From: Alfred Persson Forsberg Date: Wed, 5 Apr 2023 20:37:50 +0200 Subject: net-irc/soju: add USE=pam for pam auth support Signed-off-by: Alfred Persson Forsberg Signed-off-by: Sam James --- net-irc/soju/soju-0.6.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-irc') diff --git a/net-irc/soju/soju-0.6.0.ebuild b/net-irc/soju/soju-0.6.0.ebuild index f5b9f0231436..6a410939fdc3 100644 --- a/net-irc/soju/soju-0.6.0.ebuild +++ b/net-irc/soju/soju-0.6.0.ebuild @@ -13,6 +13,7 @@ SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~riscv" +IUSE="pam" BDEPEND=" app-text/scdoc @@ -25,6 +26,7 @@ DEPEND="${RDEPEND}" src_compile() { GOFLAGS+=" -tags=moderncsqlite" + use pam && GOFLAGS+=" -tags=pam" ego build ${GOFLAGS} ./cmd/soju ego build ${GOFLAGS} ./cmd/sojudb -- cgit v1.2.3-65-gdbad