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 1A547158041 for ; Tue, 9 Apr 2024 23:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2E9E2A4D; Tue, 9 Apr 2024 23:09:57 +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 F11BAE2A4D for ; Tue, 9 Apr 2024 23:09:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF0253432FA for ; Tue, 9 Apr 2024 23:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7A016AB for ; Tue, 9 Apr 2024 23:09:54 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712701959.1e8c38d7068855ecddc789d870536839193072a7.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/qdl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/qdl/qdl-9999.ebuild X-VCS-Directories: dev-embedded/qdl/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1e8c38d7068855ecddc789d870536839193072a7 X-VCS-Branch: master Date: Tue, 9 Apr 2024 23:09:54 +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: c05b36d1-eeae-48d4-942c-d60e2bfbd3a7 X-Archives-Hash: d0bed44c8848f405d8b8ec4ddbe588ee commit: 1e8c38d7068855ecddc789d870536839193072a7 Author: Quincy Fleming protonmail com> AuthorDate: Tue Apr 9 22:32:39 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Apr 9 22:32:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e8c38d7 dev-embedded/qdl: removed double empty line Signed-off-by: Quincy Fleming protonmail.com> dev-embedded/qdl/qdl-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-embedded/qdl/qdl-9999.ebuild b/dev-embedded/qdl/qdl-9999.ebuild index bd1405bbb4..b2fce77dfc 100644 --- a/dev-embedded/qdl/qdl-9999.ebuild +++ b/dev-embedded/qdl/qdl-9999.ebuild @@ -17,7 +17,6 @@ BDEPEND="virtual/libudev dev-libs/libxml2 " - src_compile() { PKG_CONFIG=$(tc-getPKG_CONFIG) emake CC=$(tc-getCC) \