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 A446E138334 for ; Sun, 3 Nov 2019 17:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E121EE0900; Sun, 3 Nov 2019 17:03:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CC04CE0900 for ; Sun, 3 Nov 2019 17:03:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2EC3334C625 for ; Sun, 3 Nov 2019 17:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360442A5 for ; Sun, 3 Nov 2019 17:03:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1572800599.50459e396fe9469daf5e8a145a7f98db7116e584.polynomial-c@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.3.2.ebuild sys-apps/fwupd/fwupd-1.3.3.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 50459e396fe9469daf5e8a145a7f98db7116e584 X-VCS-Branch: master Date: Sun, 3 Nov 2019 17:03:27 +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: 5555c15f-78e3-452e-8157-c505efc108a2 X-Archives-Hash: 3be4cb2f0064a0076e0a4b923a806f8d commit: 50459e396fe9469daf5e8a145a7f98db7116e584 Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 3 17:03:03 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 3 17:03:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50459e39 sys-apps/fwupd: Attempt to fix build issue Bug: https://bugs.gentoo.org/698018 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> sys-apps/fwupd/fwupd-1.3.2.ebuild | 1 + sys-apps/fwupd/fwupd-1.3.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/fwupd/fwupd-1.3.2.ebuild b/sys-apps/fwupd/fwupd-1.3.2.ebuild index b1c77f7d52d..a3a5324b96d 100644 --- a/sys-apps/fwupd/fwupd-1.3.2.ebuild +++ b/sys-apps/fwupd/fwupd-1.3.2.ebuild @@ -87,6 +87,7 @@ RDEPEND=" " pkg_setup() { + python-single-r1_pkg_setup if use nvme; then kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4" fi diff --git a/sys-apps/fwupd/fwupd-1.3.3.ebuild b/sys-apps/fwupd/fwupd-1.3.3.ebuild index 71773bc2c48..0daecc089c7 100644 --- a/sys-apps/fwupd/fwupd-1.3.3.ebuild +++ b/sys-apps/fwupd/fwupd-1.3.3.ebuild @@ -87,6 +87,7 @@ RDEPEND=" " pkg_setup() { + python-single-r1_pkg_setup if use nvme; then kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4" fi