Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644810 - net-irc/quassel-0.12.4: automagic dependency on dev-qt/qtdbus
Summary: net-irc/quassel-0.12.4: automagic dependency on dev-qt/qtdbus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-16 21:04 UTC by Diogo Pereira
Modified: 2018-03-22 19:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diogo Pereira 2018-01-16 21:04:38 UTC
Quassel always links to libQt5DBus.so.5 if it finds it, even if emerged with USE=-dbus. This forces a rebuild if you later uninstall qtdbus.
Comment 1 Mike Gilbert gentoo-dev 2018-01-16 23:13:00 UTC
Probably needs $(cmake-utils_use_find_package dbus Qt5DBus) in src_configure.
Comment 2 Larry the Git Cow gentoo-dev 2018-03-22 19:58:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c2aec1bd0155eaffe2c2756109f8884fc8d893

commit f6c2aec1bd0155eaffe2c2756109f8884fc8d893
Author:     Johannes Huber <johu@gentoo.org>
AuthorDate: 2018-03-22 19:41:07 +0000
Commit:     Johannes Huber <johu@gentoo.org>
CommitDate: 2018-03-22 19:56:21 +0000

    net-irc/quassel: Fix automagic dep on qtdbus
    
    Closes: https://bugs.gentoo.org/644810
    Reported-by: Diogo Pereira <sir.suriv@gmail.com>
    Thanks-to: Mike Gilbert <floppym@gentoo.org>
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/quassel/quassel-0.12.4-r1.ebuild | 3 ++-
 net-irc/quassel/quassel-9999.ebuild      | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)