From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1603993-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0337D158041
	for <garchives@archives.gentoo.org>; Sun, 25 Feb 2024 09:36:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2A789E2A05;
	Sun, 25 Feb 2024 09:36:45 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0D221E2A05
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Feb 2024 09:36:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2569D33BF60
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Feb 2024 09:36:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8519714D2
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Feb 2024 09:36:41 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1708853677.62628c3c6543da2a58ce7126569b1403543badd7.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/lxd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-containers/lxd/lxd-5.0.3-r2.ebuild app-containers/lxd/lxd-5.19-r1.ebuild app-containers/lxd/lxd-5.20-r1.ebuild
X-VCS-Directories: app-containers/lxd/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 62628c3c6543da2a58ce7126569b1403543badd7
X-VCS-Branch: master
Date: Sun, 25 Feb 2024 09:36:41 +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: 84fb32b0-f00a-47a3-9652-fa6fa12ec725
X-Archives-Hash: 64540883c11edfb57cbd340bd2ea38a5

commit:     62628c3c6543da2a58ce7126569b1403543badd7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 09:34:37 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 09:34:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62628c3c

app-containers/lxd: bump the dqlite version req on unstable pkgs

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-containers/lxd/lxd-5.0.3-r2.ebuild | 2 +-
 app-containers/lxd/lxd-5.19-r1.ebuild  | 2 +-
 app-containers/lxd/lxd-5.20-r1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-containers/lxd/lxd-5.0.3-r2.ebuild b/app-containers/lxd/lxd-5.0.3-r2.ebuild
index 36023d313b1e..7e0beb10eb7b 100644
--- a/app-containers/lxd/lxd-5.0.3-r2.ebuild
+++ b/app-containers/lxd/lxd-5.0.3-r2.ebuild
@@ -20,7 +20,7 @@ DEPEND="acct-group/lxd
 	app-arch/xz-utils
 	>=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)]
 	dev-db/sqlite:3
-	>=dev-libs/dqlite-1.13.0:=[lz4]
+	>=dev-libs/dqlite-1.16.4:=[lz4]
 	dev-libs/lzo
 	>=dev-util/xdelta-3.0[lzma(+)]
 	net-dns/dnsmasq[dhcp]

diff --git a/app-containers/lxd/lxd-5.19-r1.ebuild b/app-containers/lxd/lxd-5.19-r1.ebuild
index 5ffa910f85e6..43ca84883aa1 100644
--- a/app-containers/lxd/lxd-5.19-r1.ebuild
+++ b/app-containers/lxd/lxd-5.19-r1.ebuild
@@ -20,7 +20,7 @@ DEPEND="acct-group/lxd
 	app-arch/xz-utils
 	>=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)]
 	dev-db/sqlite:3
-	>=dev-libs/dqlite-1.13.0:=[lz4]
+	>=dev-libs/dqlite-1.16.4:=[lz4]
 	dev-libs/lzo
 	>=dev-util/xdelta-3.0[lzma(+)]
 	net-dns/dnsmasq[dhcp]

diff --git a/app-containers/lxd/lxd-5.20-r1.ebuild b/app-containers/lxd/lxd-5.20-r1.ebuild
index 830c03e24fb5..d7165784ee4d 100644
--- a/app-containers/lxd/lxd-5.20-r1.ebuild
+++ b/app-containers/lxd/lxd-5.20-r1.ebuild
@@ -20,7 +20,7 @@ DEPEND="acct-group/lxd
 	app-arch/xz-utils
 	>=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)]
 	dev-db/sqlite:3
-	>=dev-libs/dqlite-1.13.0:=[lz4]
+	>=dev-libs/dqlite-1.16.4:=[lz4]
 	dev-libs/lzo
 	>=dev-util/xdelta-3.0[lzma(+)]
 	net-dns/dnsmasq[dhcp]