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 BC277138334 for ; Wed, 24 Jul 2019 19:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82187E07A5; Wed, 24 Jul 2019 19:55:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 645A0E07A5 for ; Wed, 24 Jul 2019 19:55:39 +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 E6DC83487EF for ; Wed, 24 Jul 2019 19:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6413627 for ; Wed, 24 Jul 2019 19:55:35 +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: <1563997952.1e90eacd63b9e581bf49085cd5bb4cfe3a2399e9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e90eacd63b9e581bf49085cd5bb4cfe3a2399e9 X-VCS-Branch: master Date: Wed, 24 Jul 2019 19:55:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b929a263-10e1-4a80-b353-f9c3f7bd9ac7 X-Archives-Hash: 2cebbbbe4312a999f4b50ab439efe0f9 commit: 1e90eacd63b9e581bf49085cd5bb4cfe3a2399e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 19:10:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 19:52:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e90eacd app-office/libreoffice: Rename kde5 -> kf5 configure switch Upstream commit d3c6ac6d0f23df56644008ccb6aa2c8fa37ab1b5 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index d361f06275f..f2a6dec770c 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -440,7 +440,7 @@ src_configure() { $(use_enable gstreamer gstreamer-1-0) $(use_enable gtk gtk3) $(use_enable gtk2 gtk) - $(use_enable kde kde5) + $(use_enable kde kf5) $(use_enable kde qt5) $(use_enable ldap) $(use_enable odk)