diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-14 21:26:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-15 12:11:57 +0200 |
commit | 10380032142dc0b485bd709bbf87f5fcbdf3fc0a (patch) | |
tree | 24cabafde144c05aeb38e7c8e7180f768bbb5f2c /net-irc/quassel | |
parent | net-irc/quassel: update EAPI 7 -> 8, drop unused dev-qt/qtscript (diff) | |
download | gentoo-10380032142dc0b485bd709bbf87f5fcbdf3fc0a.tar.gz gentoo-10380032142dc0b485bd709bbf87f5fcbdf3fc0a.tar.bz2 gentoo-10380032142dc0b485bd709bbf87f5fcbdf3fc0a.zip |
net-irc/quassel: Drop IUSE=snorenotify, deprecated dependency
Bug: https://bugs.gentoo.org/877309
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index d72c47e55323..c0d3a18543c9 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -24,7 +24,7 @@ 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 ) @@ -32,7 +32,6 @@ REQUIRED_USE=" kde? ( dbus spell ) ldap? ( || ( server monolithic ) ) postgres? ( || ( server monolithic ) ) - snorenotify? ( || ( gui monolithic ) ) spell? ( || ( gui monolithic ) ) syslog? ( || ( server monolithic ) ) " @@ -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] ) " @@ -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 |