summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Persson Forsberg <cat@catcream.org>2023-04-05 20:37:50 +0200
committerSam James <sam@gentoo.org>2023-04-10 03:51:54 +0100
commit5cfe09ece13bd011e2bbf56d1482661268a2df93 (patch)
treed106a62c1dbe592fc57ac9eaa52358dd11aa218f /net-irc/soju
parentnet-irc/soju: drop USE=sqlite and use native go version (diff)
downloadgentoo-5cfe09ece13bd011e2bbf56d1482661268a2df93.tar.gz
gentoo-5cfe09ece13bd011e2bbf56d1482661268a2df93.tar.bz2
gentoo-5cfe09ece13bd011e2bbf56d1482661268a2df93.zip
net-irc/soju: add USE=pam for pam auth support
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/soju')
-rw-r--r--net-irc/soju/soju-0.6.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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