commit: 18794280dcebda90476ca1c4caf6bcd11d666d87 Author: Sergey Ilinykh <rion4ik <AT> gmail <DOT> com> AuthorDate: Sun Mar 29 21:47:22 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 1 14:37:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18794280
net-im/psi: make qtdbus optional in -9999 Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Sergey Ilinykh <rion4ik <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15164 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-im/psi/psi-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 0b3fa1a7270..6e6329011f1 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -20,7 +20,7 @@ EGIT_MIN_CLONE_TYPE="single" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="aspell crypt debug doc enchant extras +hunspell iconsets keyring webengine webkit xscreensaver" +IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets keyring webengine webkit xscreensaver" REQUIRED_USE=" ?? ( aspell enchant hunspell ) @@ -37,7 +37,6 @@ DEPEND=" app-crypt/qca:2[ssl] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 - dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 @@ -52,6 +51,7 @@ DEPEND=" x11-libs/libX11 x11-libs/libxcb aspell? ( app-text/aspell ) + dbus? ( dev-qt/qtdbus:5 ) enchant? ( app-text/enchant:2 ) hunspell? ( app-text/hunspell:= ) keyring? ( dev-libs/qtkeychain:= ) @@ -121,6 +121,7 @@ src_configure() { -DUSE_ASPELL=$(usex aspell) -DUSE_ENCHANT=$(usex enchant) -DUSE_HUNSPELL=$(usex hunspell) + -DUSE_DBUS=$(usex dbus) -DINSTALL_PLUGINS_SDK=1 -DUSE_KEYCHAIN=$(usex keyring) -DCHAT_TYPE=$chattype
