Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Sun, 05 Jan 2020 15:24:17
Message-Id: 1578237835.01532e00f462c42fe8ccc340d7a493e92c143d0a.johu@gentoo
1 commit: 01532e00f462c42fe8ccc340d7a493e92c143d0a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 15:11:44 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 15:23:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01532e00
7
8 net-irc/quassel: Fix use crypt
9
10 Upstream commit 8b07343ab53d37b5340a56bde2d71ff2a3afb14a
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
14
15 net-irc/quassel/quassel-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
19 index 7c6f410f5ca..12d255df582 100644
20 --- a/net-irc/quassel/quassel-9999.ebuild
21 +++ b/net-irc/quassel/quassel-9999.ebuild
22 @@ -117,7 +117,7 @@ src_configure() {
23 )
24
25 if use server || use monolithic; then
26 - mycmakeargs+=( $(cmake_use_find_package crypt QCA2-QT5) )
27 + mycmakeargs+=( $(cmake_use_find_package crypt Qca-qt5) )
28 fi
29
30 cmake_src_configure