commit: ec73018be18cce2c61a999636388e24f20652bcc Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Mar 9 16:42:11 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Mar 10 11:04:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec73018b
dev-cpp/antlr-cpp: depend on app-arch/unzip Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19849 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild index 37ace99caa9..955e60af6ca 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="4" KEYWORDS="amd64 ~arm ~ppc x86" -DEPEND="app-arch/zip" +DEPEND="app-arch/unzip" S="${WORKDIR}"
