diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-08-24 09:31:03 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-08-24 09:31:03 +0300 |
commit | c3c5b82acbb2f4d31e10022db55fa332b21cc519 (patch) | |
tree | 8a1fe31f36321849145195464a606a334ecb0e86 /dev-util/wxglade | |
parent | dev-libs/glib: rekeyword ~riscv (diff) | |
download | gentoo-c3c5b82acbb2f4d31e10022db55fa332b21cc519.tar.gz gentoo-c3c5b82acbb2f4d31e10022db55fa332b21cc519.tar.bz2 gentoo-c3c5b82acbb2f4d31e10022db55fa332b21cc519.zip |
dev-util/wxglade: add unzip depend
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r-- | dev-util/wxglade/wxglade-0.8.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild index 98df5e4d387e..2cd38d3eaa2d 100644 --- a/dev-util/wxglade/wxglade-0.8.2.ebuild +++ b/dev-util/wxglade/wxglade-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/wxpython:3.0[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + app-arch/unzip +" RESTRICT="test" #656934 |