From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1333300-garchives=archives.gentoo.org@lists.gentoo.org>
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 284BF158086
	for <garchives@archives.gentoo.org>; Sun, 24 Oct 2021 20:24:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5FA34E0815;
	Sun, 24 Oct 2021 20:24:33 +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 468CFE0815
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Oct 2021 20:24:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 43F873436B5
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Oct 2021 20:24:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C927132
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Oct 2021 20:24:30 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1635107061.89bd42f04001dfe739cc0b15d3d54b20704c4ce6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
X-VCS-Directories: app-emulation/libguestfs/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 89bd42f04001dfe739cc0b15d3d54b20704c4ce6
X-VCS-Branch: master
Date: Sun, 24 Oct 2021 20:24:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9e8b75e6-1fb4-41f4-8ada-f035da3c8b98
X-Archives-Hash: 0e21c649f37fa2ee3fa059deca62af6b

commit:     89bd42f04001dfe739cc0b15d3d54b20704c4ce6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 20:24:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 20:24:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bd42f0

app-emulation/libguestfs: fix build failure in 1.46.0

Restore patch from 1.44.x branch.

Closes: https://bugs.gentoo.org/820053
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
index 9bf519a5910..657c5c21058 100644
--- a/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild
@@ -116,9 +116,10 @@ BDEPEND="lua? ( ${LUA_DEPS} )"
 
 DOCS=( AUTHORS BUGS ChangeLog HACKING README TODO )
 
-#PATCHES=(
-#	"${FILESDIR}"/${MY_PV_1}/
-#)
+PATCHES=(
+	#"${FILESDIR}"/${MY_PV_1}/
+	"${FILESDIR}"/1.44/
+)
 
 pkg_setup() {
 	CONFIG_CHECK="~KVM ~VIRTIO"