commit:     b73a71bcdec4602aeba1568a59b82aa9cba77e10
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar  2 05:50:28 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 05:52:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73a71bc

dev-perl/math-pari: Add missing DEPEND on app-arch/unzip

Package-Manager: portage-2.2.27

 dev-perl/math-pari/math-pari-2.10.808.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/math-pari/math-pari-2.10.808.ebuild 
b/dev-perl/math-pari/math-pari-2.10.808.ebuild
index a674e91..b3ed235 100644
--- a/dev-perl/math-pari/math-pari-2.10.808.ebuild
+++ b/dev-perl/math-pari/math-pari-2.10.808.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,7 +26,9 @@ IUSE=""
 # it does need to be the same version as is installed, hence the hard
 # DEPEND below
 RDEPEND="~sci-mathematics/pari-${PARI_VER}"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       app-arch/unzip
+"
 
 S_PARI=${WORKDIR}/pari-${PARI_VER}
 SRC_TEST=do

Reply via email to