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 0D4E91396D0 for ; Fri, 11 Aug 2017 14:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C734E0C58; Fri, 11 Aug 2017 14:16:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A80AE0C58 for ; Fri, 11 Aug 2017 14:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DCB65341A85 for ; Fri, 11 Aug 2017 14:16:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581C175FB for ; Fri, 11 Aug 2017 14:16:21 +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: <1502453375.462379d391804ee6bb9a17cc247b45e44bd69c11.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-17.08.49.9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 462379d391804ee6bb9a17cc247b45e44bd69c11 X-VCS-Branch: master Date: Fri, 11 Aug 2017 14:16:21 +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: d9700168-ead0-43f6-86f4-bf99fa01c798 X-Archives-Hash: 9bf5391a7fa04e1551fb080d18891870 commit: 462379d391804ee6bb9a17cc247b45e44bd69c11 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 10 11:19:24 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 11 12:09:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=462379d3 kde-apps/kopete: Add QT3SUPPORT_REQUIRED="true" Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kopete/kopete-17.08.49.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kopete/kopete-17.08.49.9999.ebuild b/kde-apps/kopete/kopete-17.08.49.9999.ebuild index 9786c7e276..df6a667b47 100644 --- a/kde-apps/kopete/kopete-17.08.49.9999.ebuild +++ b/kde-apps/kopete/kopete-17.08.49.9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 KDE_HANDBOOK="optional" +QT3SUPPORT_REQUIRED="true" inherit kde4-base DESCRIPTION="KDE multi-protocol IM client"