diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 02:05:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:07 +0200 |
commit | 69b58cfde23931213f9a3945a253ff558c16aeb8 (patch) | |
tree | 351fbeb84862b550e5f359e0dc98a9cc19543c7a /media-gfx/kgraphviewer | |
parent | media-gfx/kflickr: Add QT3SUPPORT_REQUIRED="true", SQL_REQUIRED="always" (diff) | |
download | gentoo-69b58cfde23931213f9a3945a253ff558c16aeb8.tar.gz gentoo-69b58cfde23931213f9a3945a253ff558c16aeb8.tar.bz2 gentoo-69b58cfde23931213f9a3945a253ff558c16aeb8.zip |
media-gfx/kgraphviewer: Add QT3SUPPORT_REQUIRED="true"
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'media-gfx/kgraphviewer')
-rw-r--r-- | media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild b/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild index 839f63fbd0af..97545853e83f 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,6 +6,7 @@ EAPI=5 KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl hu it km nb nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW" KDE_HANDBOOK="optional" +QT3SUPPORT_REQUIRED="true" inherit kde4-base DESCRIPTION="KDE graphviz dot graph file viewer" |