summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/soju/soju-0.6.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-irc/soju/soju-0.6.0.ebuild b/net-irc/soju/soju-0.6.0.ebuild
index f726d1503050..f5b9f0231436 100644
--- a/net-irc/soju/soju-0.6.0.ebuild
+++ b/net-irc/soju/soju-0.6.0.ebuild
@@ -13,7 +13,6 @@ SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
-IUSE="sqlite"
BDEPEND="
app-text/scdoc
@@ -21,12 +20,11 @@ BDEPEND="
RDEPEND="
acct-user/soju
acct-group/soju
- sqlite? ( dev-db/sqlite:3 )
"
DEPEND="${RDEPEND}"
src_compile() {
- GOFLAGS+=" -tags=$(usex sqlite libsqlite3 nosqlite)"
+ GOFLAGS+=" -tags=moderncsqlite"
ego build ${GOFLAGS} ./cmd/soju
ego build ${GOFLAGS} ./cmd/sojudb