commit:     1ca840a2d55aefc2330fff9206bc67f7d41c042e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 10:56:00 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> 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

Reply via email to