diff options
author | Manuel Nickschas <sputnick@quassel-irc.org> | 2019-08-30 23:34:50 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2019-09-28 12:54:45 +0200 |
commit | 3eae01dedd84c1f330478ea465be685c88aa3505 (patch) | |
tree | b891f1b28734c2c8ec330b9c852e4950bddd88a3 /net-irc | |
parent | x11-wm/i3-gaps: Version bump 4.17.1 (diff) | |
download | gentoo-3eae01dedd84c1f330478ea465be685c88aa3505.tar.gz gentoo-3eae01dedd84c1f330478ea465be685c88aa3505.tar.bz2 gentoo-3eae01dedd84c1f330478ea465be685c88aa3505.zip |
net-irc/quassel: Drop QtScript dependency
Upstream dropped the QtScript dependency for the master branch,
so remove it from the live ebuild as well.
Closes: https://bugs.gentoo.org/695506
Closes: https://github.com/gentoo/gentoo/pull/12824
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index ced820424d5c..fa495dec64ed 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,6 @@ IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +serve snorenotify +ssl syslog urlpreview X" SERVER_RDEPEND=" - dev-qt/qtscript:5 crypt? ( app-crypt/qca:2[qt5(+),ssl] ) ldap? ( net-nds/openldap ) postgres? ( dev-qt/qtsql:5[postgres] ) |