Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nusmv/
Date: Mon, 20 Aug 2018 15:01:30
Message-Id: 1534777228.55c37390a0fb24bfe019e1bb04e3ca60576962f4.monsieurp@gentoo
1 commit: 55c37390a0fb24bfe019e1bb04e3ca60576962f4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 7 19:52:33 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 15:00:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c37390
7
8 sci-mathematics/nusmv: add missing app-arch/unzip dependency.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9500
11
12 sci-mathematics/nusmv/nusmv-2.6.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-mathematics/nusmv/nusmv-2.6.0.ebuild b/sci-mathematics/nusmv/nusmv-2.6.0.ebuild
16 index 235562292b0..0163a1103bd 100644
17 --- a/sci-mathematics/nusmv/nusmv-2.6.0.ebuild
18 +++ b/sci-mathematics/nusmv/nusmv-2.6.0.ebuild
19 @@ -31,6 +31,7 @@ DEPEND="${SHARED_DEPEND}
20 dev-texlive/texlive-latexextra
21 app-doc/doxygen
22 )
23 + app-arch/unzip
24 dev-libs/libxml2
25 ${PYTHON_DEPS}"