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.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 3915A158086 for ; Sun, 2 Jan 2022 15:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F2B2BC02F; Sun, 2 Jan 2022 15:07:35 +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 9376E2BC02F for ; Sun, 2 Jan 2022 15:07:35 +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 AC49C342FEB for ; Sun, 2 Jan 2022 15:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BBC1275 for ; Sun, 2 Jan 2022 15:07:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1641136040.2c98f59d8350aaae9d0170adcaeb3e4ca706604f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/bibata-xcursors/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild X-VCS-Directories: x11-themes/bibata-xcursors/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2c98f59d8350aaae9d0170adcaeb3e4ca706604f X-VCS-Branch: master Date: Sun, 2 Jan 2022 15:07:33 +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: 4dca4074-1a2a-4638-b280-38599385a3d9 X-Archives-Hash: 60cbdcb9dcb4ea6b0985a1832ea54357 Message-ID: <20220102150733.JnS_9WKFqq9PLK3F4YokPJehHoiRuNZEZ0EcFgKvi40@z> commit: 2c98f59d8350aaae9d0170adcaeb3e4ca706604f Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 2 15:07:20 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 2 15:07:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c98f59d x11-themes/bibata-xcursors: add MissingUnpackerDep Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild index 372d9143c..170981fd1 100644 --- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild +++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libXcursor" -BDEPEND="dev-python/clickgen" +BDEPEND=" + dev-python/clickgen + app-arch/unzip +" S="${WORKDIR}/${MY_PN}-${PV}"