diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-03 06:29:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-03 06:29:16 +0000 |
commit | d4d2c4a2b8ca800908e125e3f5fe52a32b9970c1 (patch) | |
tree | 9acad0bc6096e91a0e6962d7354393a10564031c /dev-tex/bibtex2html/bibtex2html-1.80.ebuild | |
parent | Version bump (diff) | |
download | historical-d4d2c4a2b8ca800908e125e3f5fe52a32b9970c1.tar.gz historical-d4d2c4a2b8ca800908e125e3f5fe52a32b9970c1.tar.bz2 historical-d4d2c4a2b8ca800908e125e3f5fe52a32b9970c1.zip |
rdepend on latex-base for bibtex and some bibtex styles, bug #239352
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'dev-tex/bibtex2html/bibtex2html-1.80.ebuild')
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.80.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild index 16adaea6c1d3..483bad37c8cb 100644 --- a/dev-tex/bibtex2html/bibtex2html-1.80.ebuild +++ b/dev-tex/bibtex2html/bibtex2html-1.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v 1.3 2007/11/05 15:09:47 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v 1.4 2008/10/03 06:29:16 aballier Exp $ inherit fixheadtails @@ -16,6 +16,8 @@ LICENSE="GPL-2" KEYWORDS="amd64 ~ppc x86" DEPEND=">=dev-lang/ocaml-3.07" +# We need tex-base for bibtex but also some bibtex styles, so we use latex-base +RDEPEND="virtual/latex-base" src_compile() { ht_fix_file configure* |