From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C4DA1396D2 for ; Thu, 17 Aug 2017 18:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6126C1FC019; Thu, 17 Aug 2017 18:58:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F3491FC019 for ; Thu, 17 Aug 2017 18:58:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FB6C3418BD for ; Thu, 17 Aug 2017 18:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCEB57934 for ; Thu, 17 Aug 2017 18:58:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1502996287.69b58cfde23931213f9a3945a253ff558c16aeb8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgraphviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild X-VCS-Directories: media-gfx/kgraphviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69b58cfde23931213f9a3945a253ff558c16aeb8 X-VCS-Branch: master Date: Thu, 17 Aug 2017 18:58:47 +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: 21c479db-0fac-4910-b404-fb69e620b464 X-Archives-Hash: 763db8a1aaee478e65490c93bcd0496d commit: 69b58cfde23931213f9a3945a253ff558c16aeb8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 17 00:05:47 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 17 18:58:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b58cfd media-gfx/kgraphviewer: Add QT3SUPPORT_REQUIRED="true" Package-Manager: Portage-2.3.7, Repoman-2.3.3 media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild b/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild index 839f63fbd0a..97545853e83 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"