aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/thelounge/thelounge-4.4.2_rc1.ebuild')
-rw-r--r--net-irc/thelounge/thelounge-4.4.2_rc1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild b/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild
index e7d1c4861..a8abb0005 100644
--- a/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild
+++ b/net-irc/thelounge/thelounge-4.4.2_rc1.ebuild
@@ -53,6 +53,10 @@ mooyarn() {
--ignore-scripts ${YARN_OPTS} "${@}" || die
}
+pkg_setup() {
+ use sqlite && python-single-r1_pkg_setup
+}
+
src_prepare() {
default
use !sqlite && { sed -i -e 's|\["sqlite", |\[|g;' defaults/config.js || die ; }