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 8A08815808E for ; Sun, 24 Apr 2022 07:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9B5E088F; Sun, 24 Apr 2022 07:24:19 +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 6C121E0896 for ; Sun, 24 Apr 2022 07:24:14 +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 A4AF13419E3 for ; Sun, 24 Apr 2022 07:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E333F6 for ; Sun, 24 Apr 2022 07:24:09 +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: <1650785045.2ca2dd6a8013033f3d0339840574767c2c81f7bc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libstrophe/libstrophe-0.10.0.ebuild dev-libs/libstrophe/libstrophe-0.11.0.ebuild X-VCS-Directories: dev-libs/libstrophe/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2ca2dd6a8013033f3d0339840574767c2c81f7bc X-VCS-Branch: master Date: Sun, 24 Apr 2022 07:24: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: c5504a9a-b04b-47a1-b713-09a489cfc967 X-Archives-Hash: b0121e3b50dcf98cd169c38dfa0a71e5 commit: 2ca2dd6a8013033f3d0339840574767c2c81f7bc Author: Joonas Niilola gentoo org> AuthorDate: Sun Apr 24 07:23:05 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Apr 24 07:24:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca2dd6a dev-libs/libstrophe: add missing BDEPENDs Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libstrophe/libstrophe-0.10.0.ebuild | 1 + dev-libs/libstrophe/libstrophe-0.11.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild index d3f341dcdf59..bf0d452cd737 100644 --- a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild @@ -17,6 +17,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + virtual/pkgconfig doc? ( app-doc/doxygen ) " diff --git a/dev-libs/libstrophe/libstrophe-0.11.0.ebuild b/dev-libs/libstrophe/libstrophe-0.11.0.ebuild index 12a6e1084f43..66203627f86d 100644 --- a/dev-libs/libstrophe/libstrophe-0.11.0.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.11.0.ebuild @@ -19,6 +19,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + virtual/pkgconfig doc? ( app-doc/doxygen ) "