Skip to content

Commit

Permalink
net-irc/quassel: Drop IUSE=snorenotify, deprecated dependency
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/877309
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Oct 15, 2023
1 parent 5c09dfd commit 1038003
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions net-irc/quassel/quassel-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ HOMEPAGE="https://quassel-irc.org/"

LICENSE="GPL-3"
SLOT="0"
IUSE="bundled-icons crypt +dbus gui kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview"
IUSE="bundled-icons crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog test urlpreview"

REQUIRED_USE="
|| ( gui server monolithic )
crypt? ( || ( server monolithic ) )
kde? ( dbus spell )
ldap? ( || ( server monolithic ) )
postgres? ( || ( server monolithic ) )
snorenotify? ( || ( gui monolithic ) )
spell? ( || ( gui monolithic ) )
syslog? ( || ( server monolithic ) )
"
Expand Down Expand Up @@ -72,7 +71,6 @@ GUI_DEPEND="
kde-frameworks/kwidgetsaddons:5
kde-frameworks/kxmlgui:5
)
snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
spell? ( kde-frameworks/sonnet:5 )
urlpreview? ( dev-qt/qtwebengine:5[widgets] )
"
Expand Down Expand Up @@ -124,9 +122,9 @@ src_configure() {
# bug #830708
if use gui || use monolithic ; then
mycmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE=LibsnoreQt5=ON
$(cmake_use_find_package dbus dbusmenu-qt5)
$(cmake_use_find_package dbus Qt5DBus)
$(cmake_use_find_package snorenotify LibsnoreQt5)
$(cmake_use_find_package spell KF5Sonnet)
)
fi
Expand Down

0 comments on commit 1038003

Please sign in to comment.