Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/
Date: Mon, 01 Feb 2016 08:26:12
Message-Id: 1454315157.f32399e3da4598ca57290bfcf9cf52c859c86691.aballier@gentoo
1 commit: f32399e3da4598ca57290bfcf9cf52c859c86691
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 08:03:05 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 08:25:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32399e3
7
8 dev-tex/pgf: move tex dep to RDEPEND only as they are not needed at buildtime.
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-tex/pgf/pgf-3.0.1.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-tex/pgf/pgf-3.0.1.ebuild b/dev-tex/pgf/pgf-3.0.1.ebuild
17 index 1297051..e061a38 100644
18 --- a/dev-tex/pgf/pgf-3.0.1.ebuild
19 +++ b/dev-tex/pgf/pgf-3.0.1.ebuild
20 @@ -17,8 +17,7 @@ IUSE="doc source"
21
22 RDEPEND="dev-texlive/texlive-latexrecommended
23 >=dev-tex/xcolor-2.11"
24 -DEPEND="${RDEPEND}
25 - app-arch/unzip"
26 +DEPEND="app-arch/unzip"
27
28 S=${WORKDIR}