commit:     d255ee2ba21dbf50109d5b42dd6a63e61bc52a52
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Wed Apr  5 18:36:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 02:51:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d255ee2b

net-irc/soju: drop USE=sqlite and use native go version

Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/soju/soju-0.6.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 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

Reply via email to