From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1539180-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 2975A15800A
	for <garchives@archives.gentoo.org>; Fri, 21 Jul 2023 07:54:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7F420E0928;
	Fri, 21 Jul 2023 07:54:24 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 6814EE0928
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jul 2023 07:54:24 +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 95FBE3407E0
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jul 2023 07:54:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 183F7BE5
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jul 2023 07:54:22 +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: <1689926035.cb79f57ae44a4e5ca1619ab61d8215bc69657755.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/albert/albert-0.21.1.ebuild
X-VCS-Directories: x11-misc/albert/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: cb79f57ae44a4e5ca1619ab61d8215bc69657755
X-VCS-Branch: master
Date: Fri, 21 Jul 2023 07:54:22 +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: 9cabf5a1-332a-4d2b-886f-030b765d1073
X-Archives-Hash: e1d9354ed0f231d4fc20a30d21083787

commit:     cb79f57ae44a4e5ca1619ab61d8215bc69657755
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 07:53:55 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 07:53:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb79f57a

x11-misc/albert: add missing libarchive dep

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

 x11-misc/albert/albert-0.21.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/albert/albert-0.21.1.ebuild b/x11-misc/albert/albert-0.21.1.ebuild
index 6b83ee7028d4..27f004098044 100644
--- a/x11-misc/albert/albert-0.21.1.ebuild
+++ b/x11-misc/albert/albert-0.21.1.ebuild
@@ -30,6 +30,7 @@ REQUIRED_USE="
 "
 
 RDEPEND="
+	app-arch/libarchive:=
 	dev-cpp/muParser
 	dev-libs/qhotkey[qt6]
 	dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,sqlite,widgets]