diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-01 09:03:05 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-01 09:25:57 +0100 |
commit | f32399e3da4598ca57290bfcf9cf52c859c86691 (patch) | |
tree | 93a0248100274c76d91a46a3c3fa8664e605ac8a /dev-tex | |
parent | dev-texlive/texlive-pstricks: add rdep on pgf, bug #573530 (diff) | |
download | gentoo-f32399e3da4598ca57290bfcf9cf52c859c86691.tar.gz gentoo-f32399e3da4598ca57290bfcf9cf52c859c86691.tar.bz2 gentoo-f32399e3da4598ca57290bfcf9cf52c859c86691.zip |
dev-tex/pgf: move tex dep to RDEPEND only as they are not needed at buildtime.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/pgf/pgf-3.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-tex/pgf/pgf-3.0.1.ebuild b/dev-tex/pgf/pgf-3.0.1.ebuild index 12970512b5e3..e061a38edb6f 100644 --- a/dev-tex/pgf/pgf-3.0.1.ebuild +++ b/dev-tex/pgf/pgf-3.0.1.ebuild @@ -17,8 +17,7 @@ IUSE="doc source" RDEPEND="dev-texlive/texlive-latexrecommended >=dev-tex/xcolor-2.11" -DEPEND="${RDEPEND} - app-arch/unzip" +DEPEND="app-arch/unzip" S=${WORKDIR} |