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 B9620158017 for ; Thu, 30 Sep 2021 13:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A521BE08EB; Thu, 30 Sep 2021 13:25:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D73BE08EB for ; Thu, 30 Sep 2021 13:25:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E21D342CA1 for ; Thu, 30 Sep 2021 13:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B040583 for ; Thu, 30 Sep 2021 13:25:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1633008335.129ec4077be6f02e36700090ec234c1bf65be3b6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-1.6.4-r1.ebuild sys-apps/fwupd/fwupd-1.6.4.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 129ec4077be6f02e36700090ec234c1bf65be3b6 X-VCS-Branch: master Date: Thu, 30 Sep 2021 13:25:44 +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: b5120f30-d430-476f-a2e5-be75276f7c1d X-Archives-Hash: e9d5f5a56ceaea50d0370c18c19f275f commit: 129ec4077be6f02e36700090ec234c1bf65be3b6 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Sep 30 13:20:39 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Sep 30 13:25:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129ec407 sys-apps/fwupd: fix building with USE=introspection Closes: https://bugs.gentoo.org/811321 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/fwupd/{fwupd-1.6.4.ebuild => fwupd-1.6.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.6.4.ebuild b/sys-apps/fwupd/fwupd-1.6.4-r1.ebuild similarity index 99% rename from sys-apps/fwupd/fwupd-1.6.4.ebuild rename to sys-apps/fwupd/fwupd-1.6.4-r1.ebuild index 39ff4e2e07d..a83ea2f2436 100644 --- a/sys-apps/fwupd/fwupd-1.6.4.ebuild +++ b/sys-apps/fwupd/fwupd-1.6.4-r1.ebuild @@ -46,7 +46,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/libgpg-error dev-libs/libgudev:= >=dev-libs/libjcat-0.1.0[gpg,pkcs7] - >=dev-libs/libxmlb-0.1.13:= + >=dev-libs/libxmlb-0.1.13:=[introspection?] $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}]