diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-08-07 21:52:33 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-20 17:00:28 +0200 |
commit | 55c37390a0fb24bfe019e1bb04e3ca60576962f4 (patch) | |
tree | 45cd6a1b16ffd8bf63905fbcf26b280b526efa95 | |
parent | sys-cluster/zetcd: Drop maintainership (diff) | |
download | gentoo-55c37390a0fb24bfe019e1bb04e3ca60576962f4.tar.gz gentoo-55c37390a0fb24bfe019e1bb04e3ca60576962f4.tar.bz2 gentoo-55c37390a0fb24bfe019e1bb04e3ca60576962f4.zip |
sci-mathematics/nusmv: add missing app-arch/unzip dependency.
Closes: https://github.com/gentoo/gentoo/pull/9500
-rw-r--r-- | sci-mathematics/nusmv/nusmv-2.6.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/nusmv/nusmv-2.6.0.ebuild b/sci-mathematics/nusmv/nusmv-2.6.0.ebuild index 235562292b07..0163a1103bdb 100644 --- a/sci-mathematics/nusmv/nusmv-2.6.0.ebuild +++ b/sci-mathematics/nusmv/nusmv-2.6.0.ebuild @@ -31,6 +31,7 @@ DEPEND="${SHARED_DEPEND} dev-texlive/texlive-latexextra app-doc/doxygen ) + app-arch/unzip dev-libs/libxml2 ${PYTHON_DEPS}" |