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 C5A551581D3 for ; Tue, 21 May 2024 21:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A58AE2A06; Tue, 21 May 2024 21:33:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E79EFE2A06 for ; Tue, 21 May 2024 21:33:17 +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 37F8F33EB78 for ; Tue, 21 May 2024 21:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5517AAF for ; Tue, 21 May 2024 21:33:15 +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: <1716324836.c8e9af871eb7cd6ccf658ea535a898e64f06bf31.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-2024.4.9.ebuild 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: c8e9af871eb7cd6ccf658ea535a898e64f06bf31 X-VCS-Branch: master Date: Tue, 21 May 2024 21:33:15 +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: 96c000d5-41ad-472e-afbe-c1cb672c4db3 X-Archives-Hash: 0859d0629433d965628263b92565f2e4 commit: c8e9af871eb7cd6ccf658ea535a898e64f06bf31 Author: Quincy Fleming protonmail com> AuthorDate: Tue May 21 20:53:56 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 21 20:53:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8e9af87 dev-embedded/qdl: add missing packages in RDEPEND Closes: https://bugs.gentoo.org/932346 Signed-off-by: Quincy Fleming protonmail.com> dev-embedded/qdl/qdl-2024.4.9.ebuild | 7 +++++-- dev-embedded/qdl/qdl-9999.ebuild | 12 +++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/dev-embedded/qdl/qdl-2024.4.9.ebuild b/dev-embedded/qdl/qdl-2024.4.9.ebuild index 788ac0069..0af5b9e94 100644 --- a/dev-embedded/qdl/qdl-2024.4.9.ebuild +++ b/dev-embedded/qdl/qdl-2024.4.9.ebuild @@ -16,11 +16,14 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +RDEPEND="dev-libs/libxml2" + +DEPEND="${RDEPEND}" + BDEPEND=" virtual/libudev virtual/pkgconfig - dev-libs/libxml2 -" + dev-libs/libxml2" src_compile() { PKG_CONFIG=$(tc-getPKG_CONFIG) diff --git a/dev-embedded/qdl/qdl-9999.ebuild b/dev-embedded/qdl/qdl-9999.ebuild index eb7eb73d3..d95b276fa 100644 --- a/dev-embedded/qdl/qdl-9999.ebuild +++ b/dev-embedded/qdl/qdl-9999.ebuild @@ -12,11 +12,17 @@ EGIT_REPO_URI="https://github.com/andersson/qdl.git" LICENSE="BSD" SLOT="0" +COMMON_DEPS=" + dev-libs/libusb + dev-libs/libxml2" + +RDEPEND="${COMMON_DEPS}" + +DEPEND="${COMMON_DEPS}" + BDEPEND=" virtual/pkgconfig - dev-libs/libusb - dev-libs/libxml2 -" + ${COMMON_DEPS}" src_compile() { PKG_CONFIG=$(tc-getPKG_CONFIG)