diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-12-08 12:28:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-12-08 12:28:54 +0000 |
commit | 9d4ee36902214817b791de0cbf726cdb7b092487 (patch) | |
tree | 8c8ec6a95be227fbac73898a79e541e9cff4faf6 | |
parent | add ~arm, bug #440908 (diff) | |
download | gentoo-2-9d4ee36902214817b791de0cbf726cdb7b092487.tar.gz gentoo-2-9d4ee36902214817b791de0cbf726cdb7b092487.tar.bz2 gentoo-2-9d4ee36902214817b791de0cbf726cdb7b092487.zip |
no need to depend on pgf from here now that tl-pictures takes care of it
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2012.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index de3b0d963ed6..9f1c31d1cee0 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.113 2012/10/07 10:07:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.114 2012/12/08 12:28:54 aballier Exp $ + + 08 Dec 2012; Alexis Ballier <aballier@gentoo.org> texlive-2012.ebuild: + no need to depend on pgf from here now that tl-pictures takes care of it 07 Oct 2012; Ulrich Müller <ulm@gentoo.org> texlive-2011.ebuild, texlive-2011-r1.ebuild, texlive-2012.ebuild: diff --git a/app-text/texlive/texlive-2012.ebuild b/app-text/texlive/texlive-2012.ebuild index 1c37f5a6dfdb..8d591c488b81 100644 --- a/app-text/texlive/texlive-2012.ebuild +++ b/app-text/texlive/texlive-2012.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2012.ebuild,v 1.8 2012/10/07 10:07:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2012.ebuild,v 1.9 2012/12/08 12:28:54 aballier Exp $ EAPI="2" @@ -80,8 +80,7 @@ RDEPEND="${DEPEND} ) xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} ) graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV} - dev-tex/dot2texi - >=dev-tex/pgf-2.00 ) + dev-tex/dot2texi ) epspdf? ( app-text/epspdf ) science? ( >=${TEXLIVE_CAT}/texlive-science-${PV} ) publishers? ( >=${TEXLIVE_CAT}/texlive-publishers-${PV} ) |