Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/math-pari/
Date: Thu, 03 Mar 2016 19:07:27
Message-Id: 1456897961.b73a71bcdec4602aeba1568a59b82aa9cba77e10.monsieurp@gentoo
1 commit: b73a71bcdec4602aeba1568a59b82aa9cba77e10
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 2 05:50:28 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 05:52:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73a71bc
7
8 dev-perl/math-pari: Add missing DEPEND on app-arch/unzip
9
10 Package-Manager: portage-2.2.27
11
12 dev-perl/math-pari/math-pari-2.10.808.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/math-pari/math-pari-2.10.808.ebuild b/dev-perl/math-pari/math-pari-2.10.808.ebuild
16 index a674e91..b3ed235 100644
17 --- a/dev-perl/math-pari/math-pari-2.10.808.ebuild
18 +++ b/dev-perl/math-pari/math-pari-2.10.808.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -26,7 +26,9 @@ IUSE=""
26 # it does need to be the same version as is installed, hence the hard
27 # DEPEND below
28 RDEPEND="~sci-mathematics/pari-${PARI_VER}"
29 -DEPEND="${RDEPEND}"
30 +DEPEND="${RDEPEND}
31 + app-arch/unzip
32 +"
33
34 S_PARI=${WORKDIR}/pari-${PARI_VER}
35 SRC_TEST=do