From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0122D1584AD for ; Fri, 18 Apr 2025 19:55:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D7F7433BF29 for ; Fri, 18 Apr 2025 19:55:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB6A7110494; Fri, 18 Apr 2025 19:55:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BFAD6110494 for ; Fri, 18 Apr 2025 19:55:11 +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 7A108335D15 for ; Fri, 18 Apr 2025 19:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF22F19F6 for ; Fri, 18 Apr 2025 19:55:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745006101.d6ef8bb1b792c124f7cc0d32b8abf2dcd1a4b75d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/qelectrotech/qelectrotech-0.80.ebuild X-VCS-Directories: sci-electronics/qelectrotech/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6ef8bb1b792c124f7cc0d32b8abf2dcd1a4b75d X-VCS-Branch: master Date: Fri, 18 Apr 2025 19:55:09 +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: 5d9dcc33-9e89-41e1-8649-f7c8ae8b2a26 X-Archives-Hash: 134416e495a78a809129187adc6c46b1 commit: d6ef8bb1b792c124f7cc0d32b8abf2dcd1a4b75d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 18 19:54:21 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 18 19:55:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ef8bb1 sci-electronics/qelectrotech: Add missing BDEPEND Closes: https://bugs.gentoo.org/873010 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/qelectrotech/qelectrotech-0.80.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild index 9f04e6f2ee33..bca893db5e29 100644 --- a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild @@ -1,4 +1,4 @@ -# Copyright 2001-2024 Gentoo Authors +# Copyright 2001-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ IUSE="doc" BDEPEND=" virtual/pkgconfig - doc? ( app-text/doxygen ) + doc? ( app-text/doxygen[dot] ) " RDEPEND=" dev-db/sqlite:3