From 4bf4e0547e186c8ffcae5292b233efbbd185f442 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 10 Aug 2020 15:33:02 +0200 Subject: dev-python/quex: fix DEPEND Closes: https://bugs.gentoo.org/736595 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alfredo Tupone --- dev-python/quex/quex-0.70.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/quex') diff --git a/dev-python/quex/quex-0.70.0.ebuild b/dev-python/quex/quex-0.70.0.ebuild index 5237166e0f57..1297d9f7313f 100644 --- a/dev-python/quex/quex-0.70.0.ebuild +++ b/dev-python/quex/quex-0.70.0.ebuild @@ -20,7 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" BDEPEND="${RDEPEND}" -DEPEND="${DEPEND}" +DEPEND="${RDEPEND} + app-arch/p7zip" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) -- cgit v1.2.3-65-gdbad