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 75A1759CAF for ; Sun, 10 Apr 2016 10:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2DA21C009; Sun, 10 Apr 2016 10:56:30 +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 7A86421C009 for ; Sun, 10 Apr 2016 10:56:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0BBAE340A15 for ; Sun, 10 Apr 2016 10:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BACC822B for ; Sun, 10 Apr 2016 10:56:25 +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: <1460285776.1ca840a2d55aefc2330fff9206bc67f7d41c042e.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/symboleditor/symboleditor-2.0.0.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 1ca840a2d55aefc2330fff9206bc67f7d41c042e X-VCS-Branch: master Date: Sun, 10 Apr 2016 10:56:25 +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: f6ed1233-443b-4495-bbf6-de69e4f187ad X-Archives-Hash: b7880107b714d1d55d82ab456f9049c2 commit: 1ca840a2d55aefc2330fff9206bc67f7d41c042e Author: Johannes Huber gentoo org> AuthorDate: Sun Apr 10 10:56:00 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Apr 10 10:56:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca840a2 media-gfx/symboleditor: EAPI 6 Package-Manager: portage-2.2.28 media-gfx/symboleditor/symboleditor-2.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild index bb0f595..31d542e 100644 --- a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild +++ b/media-gfx/symboleditor/symboleditor-2.0.0.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_DOXYGEN="true" KDE_HANDBOOK="true" @@ -28,8 +28,8 @@ COMMON_DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) " DEPEND="${COMMON_DEPEND} sys-devel/gettext