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 C585B15808E for ; Sat, 30 Apr 2022 00:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8A3E07D4; Sat, 30 Apr 2022 00:25:44 +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 987E1E07D4 for ; Sat, 30 Apr 2022 00:25:44 +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 494B0335CAF for ; Sat, 30 Apr 2022 00:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7504CAA for ; Sat, 30 Apr 2022 00:25:41 +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: <1651278333.bc50181c19d8f86a6fbba938f2715a977df2bb8a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/db/db-5.3.28-r8.ebuild X-VCS-Directories: sys-libs/db/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc50181c19d8f86a6fbba938f2715a977df2bb8a X-VCS-Branch: master Date: Sat, 30 Apr 2022 00:25:41 +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: 3aa80d65-ed98-469e-9c00-05eb370255b5 X-Archives-Hash: 821999584c9bcd9193082e889f2cd9d6 commit: bc50181c19d8f86a6fbba938f2715a977df2bb8a Author: Sam James gentoo org> AuthorDate: Sat Apr 30 00:25:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 30 00:25:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc50181c sys-libs/db: add missing autoconf-archive BDEPEND to 5.3.28-r8 Closes: https://bugs.gentoo.org/841698 Thanks-to: Joonas Niilola gentoo.org> Signed-off-by: Sam James gentoo.org> sys-libs/db/db-5.3.28-r8.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/db/db-5.3.28-r8.ebuild b/sys-libs/db/db-5.3.28-r8.ebuild index c7f5d0f6d288..133c241be4a6 100644 --- a/sys-libs/db/db-5.3.28-r8.ebuild +++ b/sys-libs/db/db-5.3.28-r8.ebuild @@ -38,6 +38,8 @@ REQUIRED_USE="test? ( tcl )" DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] ) test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )" RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )" +# bug #841698 +BDEPEND="sys-devel/autoconf-archive" MULTILIB_WRAPPED_HEADERS=( /usr/include/db${SLOT}/db.h