Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mathtex/
Date: Thu, 29 Aug 2019 11:39:31
Message-Id: 1567078709.693203cf91da2ec89d7e9b4779fc6b99d1810e92.soap@gentoo
1 commit: 693203cf91da2ec89d7e9b4779fc6b99d1810e92
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:29 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693203cf
7
8 app-text/mathtex: [QA] Add missing DEPEND="app-arch/unzip"
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-text/mathtex/mathtex-1.04.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/mathtex/mathtex-1.04.ebuild b/app-text/mathtex/mathtex-1.04.ebuild
17 index c04f8dc4dfe..597f3f4add0 100644
18 --- a/app-text/mathtex/mathtex-1.04.ebuild
19 +++ b/app-text/mathtex/mathtex-1.04.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -16,7 +16,7 @@ IUSE="png"
27
28 RDEPEND="app-text/dvipng
29 virtual/latex-base"
30 -DEPEND=""
31 +DEPEND="app-arch/unzip"
32
33 S=${WORKDIR}