diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:29 +0200 |
commit | 693203cf91da2ec89d7e9b4779fc6b99d1810e92 (patch) | |
tree | d05efb0101b5185a208a76f19e322d3a90288cae /app-text/mathtex | |
parent | app-text/jo: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-693203cf91da2ec89d7e9b4779fc6b99d1810e92.tar.gz gentoo-693203cf91da2ec89d7e9b4779fc6b99d1810e92.tar.bz2 gentoo-693203cf91da2ec89d7e9b4779fc6b99d1810e92.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'app-text/mathtex')
-rw-r--r-- | app-text/mathtex/mathtex-1.04.ebuild | 4 |
1 files 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} |