summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-02 00:36:51 +0000
committerSam James <sam@gentoo.org>2022-01-02 00:36:51 +0000
commitace4db99612601e0198da5f1435ddd1e3837006c (patch)
treee56710ed67360d8172096685a70687d388efb4ac /net-irc/quassel/quassel-9999.ebuild
parentmedia-libs/opencolorio: allow building with newer openimagieo (diff)
downloadgentoo-ace4db99612601e0198da5f1435ddd1e3837006c.tar.gz
gentoo-ace4db99612601e0198da5f1435ddd1e3837006c.tar.bz2
gentoo-ace4db99612601e0198da5f1435ddd1e3837006c.zip
net-irc/quassel: add 0.14.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/quassel/quassel-9999.ebuild')
-rw-r--r--net-irc/quassel/quassel-9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 73c2ec913f66..2b7051106b91 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,8 +25,7 @@ HOMEPAGE="https://quassel-irc.org/"
LICENSE="GPL-3"
SLOT="0"
IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview X"
-# Can't seem to find itself (libraries)
-RESTRICT="!test? ( test ) test"
+RESTRICT="!test? ( test )"
SERVER_DEPEND="acct-group/quassel
acct-user/quassel
@@ -132,6 +131,10 @@ src_install() {
fi
}
+src_test() {
+ LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" cmake_src_test
+}
+
pkg_postinst() {
if use monolithic ; then
elog "Information on how to enable SSL support for client/core connections"