From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1113459-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBC60138334 for <garchives@archives.gentoo.org>; Sat, 28 Sep 2019 10:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3196E084E; Sat, 28 Sep 2019 10:56:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7528E084E for <gentoo-commits@lists.gentoo.org>; Sat, 28 Sep 2019 10:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 562E834B69E for <gentoo-commits@lists.gentoo.org>; Sat, 28 Sep 2019 10:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55920779 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Sep 2019 10:56:25 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org> Message-ID: <1569668085.3eae01dedd84c1f330478ea465be685c88aa3505.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3eae01dedd84c1f330478ea465be685c88aa3505 X-VCS-Branch: master Date: Sat, 28 Sep 2019 10:56:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a94bffb-9f23-4c82-9b57-6aeda3756be0 X-Archives-Hash: 09cdf8ce9d6b975a599404372cbfbe9b commit: 3eae01dedd84c1f330478ea465be685c88aa3505 Author: Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org> AuthorDate: Fri Aug 30 21:34:50 2019 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat Sep 28 10:54:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eae01de 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 <AT> quassel-irc.org> Signed-off-by: Johannes Huber <johu <AT> gentoo.org> net-irc/quassel/quassel-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index ced820424d5..fa495dec64e 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] )