From 693203cf91da2ec89d7e9b4779fc6b99d1810e92 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 29 Aug 2019 13:38:29 +0200 Subject: [PATCH] app-text/mathtex: [QA] Add missing DEPEND="app-arch/unzip" Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- app-text/mathtex/mathtex-1.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/mathtex/mathtex-1.04.ebuild b/app-text/mathtex/mathtex-1.04.ebuild index c04f8dc4dfea..597f3f4add0f 100644 --- a/app-text/mathtex/mathtex-1.04.ebuild +++ b/app-text/mathtex/mathtex-1.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ IUSE="png" RDEPEND="app-text/dvipng virtual/latex-base" -DEPEND="" +DEPEND="app-arch/unzip" S=${WORKDIR} -- 2.26.2