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 0771E13832E for ; Sat, 20 Aug 2016 18:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D06E0914; Sat, 20 Aug 2016 18:28:52 +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 46EA5E08E9 for ; Sat, 20 Aug 2016 18:28: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 463D4340691 for ; Sat, 20 Aug 2016 18:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5961D2467 for ; Sat, 20 Aug 2016 18:28:47 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1471717706.9177d96c5130946ebd0a4f49112aafeee221b6a6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktp-auth-handler/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild X-VCS-Directories: kde-apps/ktp-auth-handler/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9177d96c5130946ebd0a4f49112aafeee221b6a6 X-VCS-Branch: master Date: Sat, 20 Aug 2016 18:28: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: 8fc34021-835d-422f-a1d9-3c8ee24908db X-Archives-Hash: fed1f50623c16987f4121546a3e26c86 commit: 9177d96c5130946ebd0a4f49112aafeee221b6a6 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Aug 13 11:33:40 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 20 18:28:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9177d96c kde-apps/ktp-auth-handler: Add WEBKIT_REQUIRED=always Package-Manager: portage-2.2.28 kde-apps/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild index 7737a40..db9a71d 100644 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild @@ -7,6 +7,7 @@ EAPI=6 KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk vi zh_CN zh_TW" +WEBKIT_REQUIRED="always" inherit kde4-base DESCRIPTION="KDE Telepathy authentication handler"