From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4911B13877A for ; Sun, 17 Aug 2014 15:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A0FE09D1; Sun, 17 Aug 2014 15:16:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 446B7E09D1 for ; Sun, 17 Aug 2014 15:16:55 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D373E34001A for ; Sun, 17 Aug 2014 15:16:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 41FC018816 for ; Sun, 17 Aug 2014 15:16:52 +0000 (UTC) From: "Johannes Huber" 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" Message-ID: <1408281360.04f0d76d63ec6d84521d80dffbb14efe57646721.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/konversation-9999.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 04f0d76d63ec6d84521d80dffbb14efe57646721 X-VCS-Branch: master Date: Sun, 17 Aug 2014 15:16:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99d30fdf-6f92-48ac-bffb-5d96bf6fd51a X-Archives-Hash: 237ed0cf010c9ff4de418c671e73c356 commit: 04f0d76d63ec6d84521d80dffbb14efe57646721 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Aug 17 13:14:43 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Aug 17 13:16:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04f0d76d [net-irc/konversation] DEPEND on media-libs/phonon[qt5], bug #520128 Package-Manager: portage-2.2.12 --- net-irc/konversation/konversation-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild index b22bfb1..c80340b 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -45,7 +45,7 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 - media-libs/phonon[qt4] + media-libs/phonon[qt5] " DEPEND="${RDEPEND} nls? ( sys-devel/gettext )