From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-969835-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 959581396D0 for <garchives@archives.gentoo.org>; Wed, 30 Aug 2017 14:05:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8739DE0ED8; Wed, 30 Aug 2017 14:05:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 602DAE0ED2 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 14:05:20 +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 AED8B341130 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 14:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F9B87F5 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 14:05:17 +0000 (UTC) From: "Michael Palimaka" <kensington@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, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1504101907.d65b0bc738fdfbb6896034c19495f96eb193a0f5.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-0.12.4.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d65b0bc738fdfbb6896034c19495f96eb193a0f5 X-VCS-Branch: master Date: Wed, 30 Aug 2017 14:05:17 +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-Archives-Salt: 1f0b1b01-8dcc-4229-8e50-ed51190f455b X-Archives-Hash: 632993ccd2ddf44c21c8a444b4273978 commit: d65b0bc738fdfbb6896034c19495f96eb193a0f5 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Aug 30 14:01:32 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Aug 30 14:05:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65b0bc7 net-irc/quassel: remove dev-qt/qtphonon dependency Gentoo-bug: 629144 Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-irc/quassel/quassel-0.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/quassel/quassel-0.12.4.ebuild b/net-irc/quassel/quassel-0.12.4.ebuild index b349d5e9cab..8843dcc661d 100644 --- a/net-irc/quassel/quassel-0.12.4.ebuild +++ b/net-irc/quassel/quassel-0.12.4.ebuild @@ -67,7 +67,7 @@ GUI_RDEPEND=" kde-frameworks/oxygen-icons:* ) ) - phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) ) + phonon? ( media-libs/phonon[qt4] ) ) "