Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/bibata-xcursors/
Date: Sun, 02 Jan 2022 15:07:43
Message-Id: 1641136040.2c98f59d8350aaae9d0170adcaeb3e4ca706604f.andrewammerlaan@gentoo
1 commit: 2c98f59d8350aaae9d0170adcaeb3e4ca706604f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 15:07:20 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 15:07:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c98f59d
7
8 x11-themes/bibata-xcursors: add MissingUnpackerDep
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
17 index 372d9143c..170981fd1 100644
18 --- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
19 +++ b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -17,7 +17,10 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28
29 RDEPEND="x11-libs/libXcursor"
30 -BDEPEND="dev-python/clickgen"
31 +BDEPEND="
32 + dev-python/clickgen
33 + app-arch/unzip
34 +"
35
36 S="${WORKDIR}/${MY_PN}-${PV}"