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 CB5D0138359 for ; Thu, 13 Aug 2020 14:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7060AE083D; Thu, 13 Aug 2020 14:50:38 +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 56A6DE083D for ; Thu, 13 Aug 2020 14:50:38 +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 AAA0C34F277 for ; Thu, 13 Aug 2020 14:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6738C324 for ; Thu, 13 Aug 2020 14:50:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597330062.f789c5dc0e4b5a248710360f6a18e965cc7bd364.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: eclass/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f789c5dc0e4b5a248710360f6a18e965cc7bd364 X-VCS-Branch: master Date: Thu, 13 Aug 2020 14:50:20 +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: a468ea8b-27f7-4f79-9012-c4aa268a14dd X-Archives-Hash: def0643a13b821b041c101ee0c8c736f commit: f789c5dc0e4b5a248710360f6a18e965cc7bd364 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 13 13:22:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 13 14:47:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f789c5dc qt4-build-multilib.eclass: Drop virtual/pkgconfig multilib usedep Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt4-build-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 3cf33cf9..e426f8d4 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -51,7 +51,7 @@ fi DEPEND=" dev-lang/perl - virtual/pkgconfig[${MULTILIB_USEDEP}] + virtual/pkgconfig "