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 B231915806E for ; Mon, 5 Jun 2023 09:48:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1799E0919; Mon, 5 Jun 2023 09:48:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D7B53E0919 for ; Mon, 5 Jun 2023 09:48:12 +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 E6132335CA3 for ; Mon, 5 Jun 2023 09:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 081DFA5C for ; Mon, 5 Jun 2023 09:48:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1685958485.a25da7af195434ae468a4073ea6530662bad1212.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/openmittsu/openmittsu-0.10.0.0.ebuild X-VCS-Directories: net-im/openmittsu/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a25da7af195434ae468a4073ea6530662bad1212 X-VCS-Branch: master Date: Mon, 5 Jun 2023 09:48:10 +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: a402322f-61c8-4af3-a488-470275d91c4f X-Archives-Hash: 50c2d6b9f52a8c23ac71920f2fcc874b commit: a25da7af195434ae468a4073ea6530662bad1212 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 5 09:45:58 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 5 09:48:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25da7af net-im/openmittsu: Set CMAKE_BUILD_TYPE The default changed in cmake.eclass for EAPI 8, breaking the upstream build system. Closes: https://bugs.gentoo.org/907866 Signed-off-by: Ulrich Müller gentoo.org> net-im/openmittsu/openmittsu-0.10.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/openmittsu/openmittsu-0.10.0.0.ebuild b/net-im/openmittsu/openmittsu-0.10.0.0.ebuild index 359edee95eb0..23de4770cacf 100644 --- a/net-im/openmittsu/openmittsu-0.10.0.0.ebuild +++ b/net-im/openmittsu/openmittsu-0.10.0.0.ebuild @@ -35,6 +35,8 @@ DOCS=( Example-contacts-file.txt ) +CMAKE_BUILD_TYPE="Gentoo" + src_configure() { local mycmakeargs=( # set version manually, since autodetection works only with git