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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1503C15800D for ; Mon, 10 Jul 2023 12:41:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 276C5E081B; Mon, 10 Jul 2023 12:41:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1223DE081B for ; Mon, 10 Jul 2023 12:41:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52E0D340C50 for ; Mon, 10 Jul 2023 12:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9056DACC for ; Mon, 10 Jul 2023 12:41:03 +0000 (UTC) From: "Ferenc Erki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ferenc Erki" Message-ID: <1688992828.fcb2144d899927cc0bb1be9c43911d2c4b341133.erkiferenc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/dwarf-therapist/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild X-VCS-Directories: games-util/dwarf-therapist/ X-VCS-Committer: erkiferenc X-VCS-Committer-Name: Ferenc Erki X-VCS-Revision: fcb2144d899927cc0bb1be9c43911d2c4b341133 X-VCS-Branch: dev Date: Mon, 10 Jul 2023 12:41:03 +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: 59801a5a-c579-41a0-829e-67b80d8879f2 X-Archives-Hash: c894cec30df4b531df175fe7075d38f9 commit: fcb2144d899927cc0bb1be9c43911d2c4b341133 Author: Ferenc Erki gmail com> AuthorDate: Mon Jul 10 12:40:28 2023 +0000 Commit: Ferenc Erki gmail com> CommitDate: Mon Jul 10 12:40:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcb2144d games-util/dwarf-therapist: warn about required kernel config Signed-off-by: Ferenc Erki gmail.com> games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild index c1c9c9cd4..4dd824ad4 100644 --- a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild +++ b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake desktop xdg-utils +inherit cmake desktop linux-info xdg-utils MY_PN="Dwarf-Therapist" MY_PV="v${PV}" @@ -24,6 +24,10 @@ RDEPEND=" dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 " + +CONFIG_CHECK="~CROSS_MEMORY_ATTACH" +WARNING_CROSS_MEMORY_ATTACH="required to interact with Dwarf Fortress" + src_install() { # Install some sort of documentation dodoc README.rst