commit: b05889255a63c342313793d49c268c61eef40974
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 13:35:30 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 13:35:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0588925
dev-python/quex: move unpacker to BDEPEND
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/quex/quex-0.70.0.ebuild | 4 ++--
1 file 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 1297d9f7313..31c384bf13f 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 )