summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-07-21 09:35:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-07-21 09:35:14 +0000
commit82f848ace1b436b38fed4961684409ff1c064c46 (patch)
treef4eb7c92b325525dc76e223dd5d17033165d55e3 /sci-mathematics/ginac
parentAdd (well hidden) pkgconfig DEPEND, bug #232432 (diff)
downloadgentoo-2-82f848ace1b436b38fed4961684409ff1c064c46.tar.gz
gentoo-2-82f848ace1b436b38fed4961684409ff1c064c46.tar.bz2
gentoo-2-82f848ace1b436b38fed4961684409ff1c064c46.zip
Added dev-texlive/fontsrecommended as a dependency when doc flag is selected, closing bug #232373, thanks Henry Gebhardt.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r--sci-mathematics/ginac/ChangeLog6
-rw-r--r--sci-mathematics/ginac/ginac-1.4.3.ebuild12
2 files changed, 9 insertions, 9 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog
index b1533f8fdf4d..549d167e8113 100644
--- a/sci-mathematics/ginac/ChangeLog
+++ b/sci-mathematics/ginac/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/ginac
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.19 2008/05/24 20:31:29 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.20 2008/07/21 09:35:14 bicatali Exp $
+
+ 21 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> ginac-1.4.3.ebuild:
+ Added dev-texlive/fontsrecommended as a dependency when doc flag is
+ selected, closing bug #232373, thanks Henry Gebhardt.
24 May 2008; Markus Dittrich <markusle@gentoo.org> ginac-1.4.3.ebuild:
Fixed compile problems with USE="doc" (see bug #223407).
diff --git a/sci-mathematics/ginac/ginac-1.4.3.ebuild b/sci-mathematics/ginac/ginac-1.4.3.ebuild
index b08123d81ff4..96793889aa77 100644
--- a/sci-mathematics/ginac/ginac-1.4.3.ebuild
+++ b/sci-mathematics/ginac/ginac-1.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.2 2008/05/24 20:31:29 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.3 2008/07/21 09:35:14 bicatali Exp $
inherit eutils
@@ -16,13 +16,9 @@ IUSE="doc"
RDEPEND="sci-libs/cln"
DEPEND="${RDEPEND}
dev-util/pkgconfig
- doc? ( app-doc/doxygen media-gfx/transfig virtual/latex-base )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- #epatch "${FILESDIR}"/${PN}-1.4.1-gcc4.3.patch
-}
+ doc? ( app-doc/doxygen
+ media-gfx/transfig
+ || ( dev-texlive/texlive-fontsrecommended app-text/tetex app-text/ptex ) )"
src_compile() {
econf || die "econf failed"