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@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19849
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-03-09 17:42:11 +01:00
committed by Miroslav Šulc
parent db0ae3af43
commit ec73018be1

View File

@@ -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}"