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 9DA95158089 for ; Sun, 22 Oct 2023 13:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03142BC016; Sun, 22 Oct 2023 13:58: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 B69462BC016 for ; Sun, 22 Oct 2023 13:58: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 A70F3335C7E for ; Sun, 22 Oct 2023 13:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFF5112A8 for ; Sun, 22 Oct 2023 13:58:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1697983077.79b916033c449d3bc162390534d3a0145f38a1ec.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 79b916033c449d3bc162390534d3a0145f38a1ec X-VCS-Branch: master Date: Sun, 22 Oct 2023 13:58: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: 50263c5f-efc4-4115-bd03-7222e7d52241 X-Archives-Hash: 7cfdbf57c2ceaca4b29ab73d762cbb2c commit: 79b916033c449d3bc162390534d3a0145f38a1ec Author: Joonas Niilola gentoo org> AuthorDate: Sun Oct 22 13:57:57 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 22 13:57:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b91603 dev-libs/libfilezilla: add missing bdeps - configure: error: pkg-config not found. pkg-config is required to check for some dependencies. - 'aclocal-1.16' is missing on your system. Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild index 5699b5044244..f905c8446f3f 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic + +inherit autotools flag-o-matic DESCRIPTION="C++ library offering some basic functionality for platform-independent programs" HOMEPAGE="https://lib.filezilla-project.org/" @@ -22,6 +23,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( dev-util/cppunit )" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-0.37.1-pthread.patch