Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Wed, 01 Apr 2020 14:38:07
Message-Id: 1585751854.18794280dcebda90476ca1c4caf6bcd11d666d87.juippis@gentoo
1 commit: 18794280dcebda90476ca1c4caf6bcd11d666d87
2 Author: Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 29 21:47:22 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 14:37:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18794280
7
8 net-im/psi: make qtdbus optional in -9999
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.21
11 Signed-off-by: Sergey Ilinykh <rion4ik <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15164
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-im/psi/psi-9999.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
19 index 0b3fa1a7270..6e6329011f1 100644
20 --- a/net-im/psi/psi-9999.ebuild
21 +++ b/net-im/psi/psi-9999.ebuild
22 @@ -20,7 +20,7 @@ EGIT_MIN_CLONE_TYPE="single"
23 LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS=""
26 -IUSE="aspell crypt debug doc enchant extras +hunspell iconsets keyring webengine webkit xscreensaver"
27 +IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets keyring webengine webkit xscreensaver"
28
29 REQUIRED_USE="
30 ?? ( aspell enchant hunspell )
31 @@ -37,7 +37,6 @@ DEPEND="
32 app-crypt/qca:2[ssl]
33 dev-qt/qtconcurrent:5
34 dev-qt/qtcore:5
35 - dev-qt/qtdbus:5
36 dev-qt/qtgui:5
37 dev-qt/qtmultimedia:5
38 dev-qt/qtnetwork:5
39 @@ -52,6 +51,7 @@ DEPEND="
40 x11-libs/libX11
41 x11-libs/libxcb
42 aspell? ( app-text/aspell )
43 + dbus? ( dev-qt/qtdbus:5 )
44 enchant? ( app-text/enchant:2 )
45 hunspell? ( app-text/hunspell:= )
46 keyring? ( dev-libs/qtkeychain:= )
47 @@ -121,6 +121,7 @@ src_configure() {
48 -DUSE_ASPELL=$(usex aspell)
49 -DUSE_ENCHANT=$(usex enchant)
50 -DUSE_HUNSPELL=$(usex hunspell)
51 + -DUSE_DBUS=$(usex dbus)
52 -DINSTALL_PLUGINS_SDK=1
53 -DUSE_KEYCHAIN=$(usex keyring)
54 -DCHAT_TYPE=$chattype