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 E682A15808B for ; Thu, 14 Apr 2022 16:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B4BE0823; Thu, 14 Apr 2022 16:24:22 +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 D56E7E0823 for ; Thu, 14 Apr 2022 16:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A7D73341D6A for ; Thu, 14 Apr 2022 16:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DAE7318 for ; Thu, 14 Apr 2022 16:24:17 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1649953387.46b72e774f59cb8120c55e9f35c2a648eeca68ef.cantcuckthis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/sc-im/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/sc-im/sc-im-0.8.2.ebuild X-VCS-Directories: app-office/sc-im/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: 46b72e774f59cb8120c55e9f35c2a648eeca68ef X-VCS-Branch: dev Date: Thu, 14 Apr 2022 16:24:17 +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: 48bf891e-f68f-44b2-b693-654ff9fbb494 X-Archives-Hash: f2188cb01572f2ce01c67b21ff2fac7e commit: 46b72e774f59cb8120c55e9f35c2a648eeca68ef Author: Dex Conner danwin1210 de> AuthorDate: Thu Apr 14 16:23:07 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Thu Apr 14 16:23:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46b72e77 app-office/sc-im: add pkgconfig to bdeps Signed-off-by: Dex Conner danwin1210.de> app-office/sc-im/sc-im-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild b/app-office/sc-im/sc-im-0.8.2.ebuild index 49753c8bb..f170c72d4 100644 --- a/app-office/sc-im/sc-im-0.8.2.ebuild +++ b/app-office/sc-im/sc-im-0.8.2.ebuild @@ -36,7 +36,7 @@ DEPEND=" ) " RDEPEND="${DEPEND}" -BDEPEND="" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${P}/src" src_prepare() {