diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-02 16:07:20 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-02 16:07:20 +0100 |
commit | 2c98f59d8350aaae9d0170adcaeb3e4ca706604f (patch) | |
tree | 562955fe356879a437735d05891e6d16b8559fbc /x11-themes | |
parent | x11-misc/leftwm-theme: remove trailing whitespace, fix manifest (diff) | |
download | guru-2c98f59d8350aaae9d0170adcaeb3e4ca706604f.tar.gz guru-2c98f59d8350aaae9d0170adcaeb3e4ca706604f.tar.bz2 guru-2c98f59d8350aaae9d0170adcaeb3e4ca706604f.zip |
x11-themes/bibata-xcursors: add MissingUnpackerDep
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/bibata-xcursors/bibata-xcursors-1.1.2.ebuild | 7 |
1 files 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}" |