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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA5BA158046 for ; Mon, 14 Oct 2024 00:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FE7CE0841; Mon, 14 Oct 2024 00:16:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2448FE0821 for ; Mon, 14 Oct 2024 00:16:22 +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 283C3343029 for ; Mon, 14 Oct 2024 00:16:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E6A1DD1 for ; Mon, 14 Oct 2024 00:16:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728864913.39682fa3b26c5044e4e0d2e516cee788c06dd3a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild X-VCS-Directories: sci-calculators/qalculate-qt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39682fa3b26c5044e4e0d2e516cee788c06dd3a8 X-VCS-Branch: master Date: Mon, 14 Oct 2024 00:16:19 +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: aa1049bd-6ae0-4ba2-a648-83650137eaf3 X-Archives-Hash: 395126d6c88cde2cb7a37a04f228bd27 commit: 39682fa3b26c5044e4e0d2e516cee788c06dd3a8 Author: Sam James gentoo org> AuthorDate: Mon Oct 14 00:15:13 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 14 00:15:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39682fa3 sci-calculators/qalculate-qt: fix whitespace in src_configure Signed-off-by: Sam James gentoo.org> sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild b/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild index bc7487dc9484..9b69a62f2ae6 100644 --- a/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild +++ b/sci-calculators/qalculate-qt/qalculate-qt-5.3.0.ebuild @@ -24,7 +24,6 @@ BDEPEND="dev-qt/qttools:6[linguist]" src_configure() { eqmake6 PREFIX="${EPREFIX}/usr" - } src_install() {