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 5059859CAF for ; Fri, 8 Apr 2016 16:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A9721C005; Fri, 8 Apr 2016 16:42:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A2DF21C005 for ; Fri, 8 Apr 2016 16:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C0F1340CC8 for ; Fri, 8 Apr 2016 16:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E826515F for ; Fri, 8 Apr 2016 16:42:13 +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: <1460133723.cbf881d1fb9d66ea4f91c7c72e521e7a313b43e0.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/konversation/konversation-1.6.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: cbf881d1fb9d66ea4f91c7c72e521e7a313b43e0 X-VCS-Branch: master Date: Fri, 8 Apr 2016 16:42:13 +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: 22186def-581c-44cb-bda3-ac28feb167d5 X-Archives-Hash: 9ba8d26a862198631781bc1889d541b8 commit: cbf881d1fb9d66ea4f91c7c72e521e7a313b43e0 Author: Johannes Huber gentoo org> AuthorDate: Fri Apr 8 16:41:23 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Apr 8 16:42:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf881d1 net-irc/konversation: EAPI 6 Package-Manager: portage-2.2.28 net-irc/konversation/konversation-1.6.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-irc/konversation/konversation-1.6.ebuild b/net-irc/konversation/konversation-1.6.ebuild index c92b45c..6d6a9ca 100644 --- a/net-irc/konversation/konversation-1.6.ebuild +++ b/net-irc/konversation/konversation-1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="true" inherit kde5 @@ -42,13 +42,13 @@ DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_frameworks_dep sonnet) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) media-libs/phonon[qt5] - crypt? ( app-crypt/qca:2[qt5] ) sys-devel/gettext + crypt? ( app-crypt/qca:2[qt5] ) " RDEPEND="${DEPEND} !net-irc/konversation:4