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 EBE111382C5 for ; Fri, 1 Jan 2021 23:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E477E082D; Fri, 1 Jan 2021 23:33:16 +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 EB7B3E082D for ; Fri, 1 Jan 2021 23:33:15 +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 6E24E340ED9 for ; Fri, 1 Jan 2021 23:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D37BC474 for ; Fri, 1 Jan 2021 23:33:12 +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: <1609543958.278d2a4302029ea97d2d980ca6ca819fbd26d091.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/ksokoban/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild X-VCS-Directories: games-puzzle/ksokoban/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 278d2a4302029ea97d2d980ca6ca819fbd26d091 X-VCS-Branch: master Date: Fri, 1 Jan 2021 23:33:12 +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: 4e51b3a6-aa3a-479c-b023-5443bc498175 X-Archives-Hash: d8096fc894fa448de9412c4b60ac65e7 commit: 278d2a4302029ea97d2d980ca6ca819fbd26d091 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 1 23:32:12 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 1 23:32:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278d2a43 games-puzzle/ksokoban: Set ECM_HANDBOOK="forceoptional" Closes: https://bugs.gentoo.org/755971 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild index 1a86e9edd46..08ededa8519 100644 --- a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild +++ b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20190225.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 COMMIT="317b1e70a87224c94cac85955a3d666a43527812" -ECM_HANDBOOK="optional" +ECM_HANDBOOK="forceoptional" KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org