From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1137097-garchives=archives.gentoo.org@lists.gentoo.org> 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 473D7138350 for <garchives@archives.gentoo.org>; Fri, 10 Jan 2020 21:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F29FE041F; Fri, 10 Jan 2020 21:55:38 +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 34413E041F for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2020 21:55:38 +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 5521B34DE5D for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2020 21:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D854D2F for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jan 2020 21:55:33 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1578686744.c86f733243c47cf6e8f3f4d2079b8062f40f50b9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c86f733243c47cf6e8f3f4d2079b8062f40f50b9 X-VCS-Branch: master Date: Fri, 10 Jan 2020 21:55:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f808c282-7ff3-4adb-bd36-1131add47743 X-Archives-Hash: 946150edbee9795d72a9bfa16d538924 commit: c86f733243c47cf6e8f3f4d2079b8062f40f50b9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jan 10 20:05:44 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jan 10 20:05:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c86f7332 app-office/libalkimia: Add USE webkit Upstream commit 847f0bcf40ac929e346cb2ac7930be333390d00f Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libalkimia/libalkimia-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index bdf8648eaf..fa66707501 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -20,7 +20,7 @@ https://community.kde.org/Alkimia" LICENSE="LGPL-2.1" SLOT="0/8" -IUSE="doc gmp plasma" +IUSE="doc gmp plasma webkit" BDEPEND=" virtual/pkgconfig @@ -31,7 +31,6 @@ DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwebkit-5.212.0_pre20180120:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5 >=kde-frameworks/kcodecs-${KFMIN}:5 @@ -49,6 +48,7 @@ DEPEND=" >=kde-frameworks/kpackage-${KFMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 ) + webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) " RDEPEND="${DEPEND}" @@ -57,6 +57,7 @@ src_configure() { -DBUILD_DOXYGEN_DOCS=$(usex doc) $(cmake_use_find_package !gmp MPIR) -DBUILD_APPLETS=$(usex plasma) + -DBUILD_WITH_WEBKIT=$(usex webkit) ) ecm_src_configure }