commit: 4bf4e0547e186c8ffcae5292b233efbbd185f442 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Aug 10 13:33:02 2020 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Aug 10 13:33:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf4e054
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 <tupone <AT> gentoo.org> dev-python/quex/quex-0.70.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/quex/quex-0.70.0.ebuild b/dev-python/quex/quex-0.70.0.ebuild index 5237166e0f5..1297d9f7313 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 )
