commit: 1a53f5f58369a4bfe9863480dd53f7d1719eb4fa Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 22 21:28:42 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 23:14:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a53f5f5
net-irc/quassel: drop IUSE urlpreview (requires dev-qt/qtwebengine:5) Bug: https://bugs.gentoo.org/925723 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-irc/quassel/{quassel-9999.ebuild => quassel-0.14.0-r4.ebuild} | 7 +++---- net-irc/quassel/quassel-9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-0.14.0-r4.ebuild similarity index 96% copy from net-irc/quassel/quassel-9999.ebuild copy to net-irc/quassel/quassel-0.14.0-r4.ebuild index ceeefc6bbf10..21f66af6ba66 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-0.14.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 spell syslog test urlpreview" +IUSE="bundled-icons crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog test" REQUIRED_USE=" || ( gui server monolithic ) @@ -72,7 +72,6 @@ GUI_DEPEND=" kde-frameworks/kxmlgui:5 ) spell? ( kde-frameworks/sonnet:5 ) - urlpreview? ( dev-qt/qtwebengine:5[widgets] ) " RDEPEND=" dev-libs/boost:= @@ -116,7 +115,7 @@ src_configure() { -DWITH_OXYGEN_ICONS=$(usex oxygen) -DWANT_CORE=$(usex server) -DBUILD_TESTING=$(usex test) - -DWITH_WEBENGINE=$(usex urlpreview) + -DWITH_WEBENGINE=OFF # bug 925723 ) # bug #830708 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index ceeefc6bbf10..21f66af6ba66 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 spell syslog test urlpreview" +IUSE="bundled-icons crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog test" REQUIRED_USE=" || ( gui server monolithic ) @@ -72,7 +72,6 @@ GUI_DEPEND=" kde-frameworks/kxmlgui:5 ) spell? ( kde-frameworks/sonnet:5 ) - urlpreview? ( dev-qt/qtwebengine:5[widgets] ) " RDEPEND=" dev-libs/boost:= @@ -116,7 +115,7 @@ src_configure() { -DWITH_OXYGEN_ICONS=$(usex oxygen) -DWANT_CORE=$(usex server) -DBUILD_TESTING=$(usex test) - -DWITH_WEBENGINE=$(usex urlpreview) + -DWITH_WEBENGINE=OFF # bug 925723 ) # bug #830708