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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCB231581D3 for ; Tue, 21 May 2024 20:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31541E2A7B; Tue, 21 May 2024 20:55:37 +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 0D969E2A7B for ; Tue, 21 May 2024 20:55:37 +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 ED935335C2E for ; Tue, 21 May 2024 20:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AC3F1ACE for ; Tue, 21 May 2024 20:55:34 +0000 (UTC) From: "Quincy Fleming" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quincy Fleming" Message-ID: <1716324836.c8e9af871eb7cd6ccf658ea535a898e64f06bf31.quincyf467@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: quincyf467 X-VCS-Committer-Name: Quincy Fleming X-VCS-Revision: c8e9af871eb7cd6ccf658ea535a898e64f06bf31 X-VCS-Branch: dev Date: Tue, 21 May 2024 20:55:34 +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: ae2c8ae5-13b9-4c35-ae6e-cdc5a709eeea X-Archives-Hash: 1bb3cffdd7908bb70c5c7bbe2d2e04ed commit: c8e9af871eb7cd6ccf658ea535a898e64f06bf31 Author: Quincy Fleming protonmail com> AuthorDate: Tue May 21 20:53:56 2024 +0000 Commit: Quincy Fleming protonmail com> 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 788ac0069d..0af5b9e947 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 eb7eb73d3c..d95b276fa0 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)