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 050031396D0 for ; Sat, 7 Oct 2017 21:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE020E0EEF; Sat, 7 Oct 2017 21:12:05 +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 C5F21E0EEF for ; Sat, 7 Oct 2017 21:12:05 +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 72B3F33D4A6 for ; Sat, 7 Oct 2017 21:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE7DD909A for ; Sat, 7 Oct 2017 21:12:02 +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: <1507410669.1d7de8d852b7b3c73ef4ce44db4c48ef847f99bf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-locate/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild X-VCS-Directories: kde-misc/kio-locate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1d7de8d852b7b3c73ef4ce44db4c48ef847f99bf X-VCS-Branch: master Date: Sat, 7 Oct 2017 21:12:02 +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: 720030e0-5dae-407d-9044-5f4e8265a5fb X-Archives-Hash: fe687ed82b4c40713a0344226c11ea54 commit: 1d7de8d852b7b3c73ef4ce44db4c48ef847f99bf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 7 21:11:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 7 21:11:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7de8d8 kde-misc/kio-locate: Set KDE_HANDBOOK=forceoptional Can't be set to optional until ported away from kdelibs4support. Reported-by: groepaz gmx.net Gentoo-bug: 633666 Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild index 892f214341f..a67ebf62b82 100644 --- a/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KDE_HANDBOOK="optional" +KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support inherit kde5 DESCRIPTION="Locate KIO slave"