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 D1115158451 for ; Sun, 14 Jan 2024 09:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 084F1E2A5F; Sun, 14 Jan 2024 09:34:50 +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 DD006E2A5F for ; Sun, 14 Jan 2024 09:34:49 +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 CA4A1343215 for ; Sun, 14 Jan 2024 09:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F00B39 for ; Sun, 14 Jan 2024 09:34:47 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1705224879.58f77ce2c435fa081570efd07bcc76a0b2b86d35.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdbf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libdbf/libdbf-0.0.1.ebuild X-VCS-Directories: dev-libs/libdbf/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 58f77ce2c435fa081570efd07bcc76a0b2b86d35 X-VCS-Branch: dev Date: Sun, 14 Jan 2024 09:34:47 +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: 15b53e19-9785-4c8b-b030-3afe751a66fa X-Archives-Hash: 6bd4cedc48b39d1ae99b7ad0036bcca3 commit: 58f77ce2c435fa081570efd07bcc76a0b2b86d35 Author: Joe Kappus wt gd> AuthorDate: Sun Jan 14 09:33:00 2024 +0000 Commit: Joe Kappus wt gd> CommitDate: Sun Jan 14 09:34:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58f77ce2 dev-libs/libdbf: add dev-util/intltool to BDEPEND I guess including autotools doesn't add it, this shuts up tinderbox. Closes: https://bugs.gentoo.org/921738 Signed-off-by: Joe Kappus wt.gd> dev-libs/libdbf/libdbf-0.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libdbf/libdbf-0.0.1.ebuild b/dev-libs/libdbf/libdbf-0.0.1.ebuild index d390494946..256053ed37 100644 --- a/dev-libs/libdbf/libdbf-0.0.1.ebuild +++ b/dev-libs/libdbf/libdbf-0.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Foundation +# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -17,11 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -RDEPEND="" DEPEND="${RDEPEND} dev-perl/XML-Parser doc? ( app-text/docbook-sgml-utils ) virtual/pkgconfig" +BDEPEND="dev-util/intltool" S="${WORKDIR}/${PN}-${MY_COMMIT}"