Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Sat, 28 Sep 2019 10:56:29
Message-Id: 1569668085.3eae01dedd84c1f330478ea465be685c88aa3505.johu@gentoo
1 commit: 3eae01dedd84c1f330478ea465be685c88aa3505
2 Author: Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
3 AuthorDate: Fri Aug 30 21:34:50 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 10:54:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eae01de
7
8 net-irc/quassel: Drop QtScript dependency
9
10 Upstream dropped the QtScript dependency for the master branch,
11 so remove it from the live ebuild as well.
12
13 Closes: https://bugs.gentoo.org/695506
14 Closes: https://github.com/gentoo/gentoo/pull/12824
15 Package-Manager: Portage-2.3.72, Repoman-2.3.17
16 Signed-off-by: Manuel Nickschas <sputnick <AT> quassel-irc.org>
17 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
18
19 net-irc/quassel/quassel-9999.ebuild | 3 +--
20 1 file changed, 1 insertion(+), 2 deletions(-)
21
22 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
23 index ced820424d5..fa495dec64e 100644
24 --- a/net-irc/quassel/quassel-9999.ebuild
25 +++ b/net-irc/quassel/quassel-9999.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Authors
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -23,7 +23,6 @@ IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +serve
33 snorenotify +ssl syslog urlpreview X"
34
35 SERVER_RDEPEND="
36 - dev-qt/qtscript:5
37 crypt? ( app-crypt/qca:2[qt5(+),ssl] )
38 ldap? ( net-nds/openldap )
39 postgres? ( dev-qt/qtsql:5[postgres] )