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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3FD61392E8 for ; Sat, 24 Jul 2021 15:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B60AE0C63; Sat, 24 Jul 2021 15:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC113E0C63 for ; Sat, 24 Jul 2021 15:58:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 170ED342CC4 for ; Sat, 24 Jul 2021 15:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7126B83B for ; Sat, 24 Jul 2021 15:58:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627106697.8bea1baf303d8a250bb067b11d57e622dfa00a94.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/feedbackd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/feedbackd/feedbackd-0.0.0.ebuild X-VCS-Directories: dev-libs/feedbackd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8bea1baf303d8a250bb067b11d57e622dfa00a94 X-VCS-Branch: master Date: Sat, 24 Jul 2021 15:58:05 +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: 0b516614-e74f-4903-abcb-c319e20db76e X-Archives-Hash: 23041c73c7abc3204c17c4f33d64776c commit: 8bea1baf303d8a250bb067b11d57e622dfa00a94 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Jul 24 06:04:57 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 06:04:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bea1baf dev-libs/feedbackd: Moved to virtual/pkgconfig Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> dev-libs/feedbackd/feedbackd-0.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/feedbackd/feedbackd-0.0.0.ebuild b/dev-libs/feedbackd/feedbackd-0.0.0.ebuild index 930af8fcd..1d50a6d8d 100644 --- a/dev-libs/feedbackd/feedbackd-0.0.0.ebuild +++ b/dev-libs/feedbackd/feedbackd-0.0.0.ebuild @@ -36,7 +36,7 @@ RDEPEND="${DEPEND}" BDEPEND=" dev-libs/gobject-introspection dev-util/meson - dev-util/pkgconfig + virtual/pkgconfig vala? ( $(vala_depend) ) "