summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2020-08-10 15:35:30 +0200
committerAlfredo Tupone <tupone@gentoo.org>2020-08-10 15:35:30 +0200
commitb05889255a63c342313793d49c268c61eef40974 (patch)
tree03f3c10c70976187acf0b6026231c3c833642963 /dev-python/quex
parentdev-python/quex: fix DEPEND (diff)
downloadgentoo-b05889255a63c342313793d49c268c61eef40974.tar.gz
gentoo-b05889255a63c342313793d49c268c61eef40974.tar.bz2
gentoo-b05889255a63c342313793d49c268c61eef40974.zip
dev-python/quex: move unpacker to BDEPEND
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/quex')
-rw-r--r--dev-python/quex/quex-0.70.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/quex/quex-0.70.0.ebuild b/dev-python/quex/quex-0.70.0.ebuild
index 1297d9f7313f..31c384bf13f6 100644
--- a/dev-python/quex/quex-0.70.0.ebuild
+++ b/dev-python/quex/quex-0.70.0.ebuild
@@ -19,9 +19,9 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
-BDEPEND="${RDEPEND}"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
app-arch/p7zip"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )