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 E3EE5138334 for ; Thu, 14 Feb 2019 19:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 833FBE0899; Thu, 14 Feb 2019 19:01:39 +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 5BD0EE0899 for ; Thu, 14 Feb 2019 19:01:39 +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 6CBED335C16 for ; Thu, 14 Feb 2019 19:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8715542 for ; Thu, 14 Feb 2019 19:01: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: <1550170164.93a215d04b4774e704888641a4e924e7218d3f6b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/marble/marble-18.12.49.9999.ebuild kde-apps/marble/marble-9999.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 93a215d04b4774e704888641a4e924e7218d3f6b X-VCS-Branch: master Date: Thu, 14 Feb 2019 19:01: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: 50abd5dc-98fa-4d42-b095-5ef3e89a5e6a X-Archives-Hash: f8b2a56e09c206c01aa8673f757e6264 commit: 93a215d04b4774e704888641a4e924e7218d3f6b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 14 16:30:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 14 18:49:24 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=93a215d0 kde-apps/marble: Set KDE_HANDBOOK to optional Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/marble/marble-18.12.49.9999.ebuild | 2 +- kde-apps/marble/marble-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/marble/marble-18.12.49.9999.ebuild b/kde-apps/marble/marble-18.12.49.9999.ebuild index 142eebdd12..c66895e677 100644 --- a/kde-apps/marble/marble-18.12.49.9999.ebuild +++ b/kde-apps/marble/marble-18.12.49.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -KDE_HANDBOOK="forceoptional" +KDE_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt KDE_SUBSLOT="true" KDE_TEST="forceoptional" VIRTUALX_REQUIRED="test" diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index 142eebdd12..c66895e677 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -KDE_HANDBOOK="forceoptional" +KDE_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt KDE_SUBSLOT="true" KDE_TEST="forceoptional" VIRTUALX_REQUIRED="test"