diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-14 12:06:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-14 12:06:09 +0000 |
commit | a13009bbf3ba556252a0a25cd482b0ce2b720278 (patch) | |
tree | d725209d681a7a820cffd8735832d4df928fdd16 /dev-tex/pgf/pgf-1.18.ebuild | |
parent | Fix improper expansion in default.sh, bug 186141, and start init script befor... (diff) | |
download | historical-a13009bbf3ba556252a0a25cd482b0ce2b720278.tar.gz historical-a13009bbf3ba556252a0a25cd482b0ce2b720278.tar.bz2 historical-a13009bbf3ba556252a0a25cd482b0ce2b720278.zip |
pgf is compatible with texlive, reflect that. Quote S
Package-Manager: portage-2.1.3.13
Diffstat (limited to 'dev-tex/pgf/pgf-1.18.ebuild')
-rw-r--r-- | dev-tex/pgf/pgf-1.18.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-tex/pgf/pgf-1.18.ebuild b/dev-tex/pgf/pgf-1.18.ebuild index 15c1995a875e..e8d437fbf162 100644 --- a/dev-tex/pgf/pgf-1.18.ebuild +++ b/dev-tex/pgf/pgf-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pgf/pgf-1.18.ebuild,v 1.1 2007/07/22 12:48:09 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pgf/pgf-1.18.ebuild,v 1.2 2007/10/14 12:06:09 aballier Exp $ inherit latex-package @@ -12,7 +12,9 @@ LICENSE="GPL-2 LPPL-1.3c FDL-1.2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~sparc ~x86" IUSE="doc" -DEPEND=">=app-text/tetex-3.0" +DEPEND="|| ( ( dev-texlive/texlive-latexrecommended >=dev-tex/xcolor-2.11 ) + >=app-text/tetex-3.0 + )" TEXMF="/usr/share/texmf-site" @@ -22,7 +24,7 @@ src_install() { doins -r ${dir} || die "Failed installing" done - cd ${S}/doc/generic/pgf + cd "${S}/doc/generic/pgf" dodoc AUTHORS ChangeLog README TODO licenses/LICENSE if use doc ; then insinto /usr/share/doc/${PF} |