diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-06-12 13:13:02 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-06-12 13:13:02 +0000 |
commit | 3056bbd5c6d5d27678902cb430298b82ab0fa5d0 (patch) | |
tree | 3eff2a3adde9df65551d74f654066a24ebe3476e /sci-libs/itpp | |
parent | stable on x86 for security bug #135680. (diff) | |
download | gentoo-2-3056bbd5c6d5d27678902cb430298b82ab0fa5d0.tar.gz gentoo-2-3056bbd5c6d5d27678902cb430298b82ab0fa5d0.tar.bz2 gentoo-2-3056bbd5c6d5d27678902cb430298b82ab0fa5d0.zip |
Replaced app-text/tetex with virtual/tetex in DEPEND. This fixes bug #136476
(Portage version: 2.1)
Diffstat (limited to 'sci-libs/itpp')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-3.10.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index 2aa2d84a1b6f..ab54ff1e5bcb 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.5 2006/05/23 14:44:16 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.6 2006/06/12 13:13:02 markusle Exp $ + + 12 Jun 2006; Markus Dittrich <markusle@gentoo.org> itpp-3.10.2.ebuild: + Replaced app-text/tetex with virtual/tetex in DEPEND. This fixes + bug #136476. *itpp-3.10.2 (23 May 2006) diff --git a/sci-libs/itpp/itpp-3.10.2.ebuild b/sci-libs/itpp/itpp-3.10.2.ebuild index c8cd8c6ecfa5..17d6af4a10ca 100644 --- a/sci-libs/itpp/itpp-3.10.2.ebuild +++ b/sci-libs/itpp/itpp-3.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.2.ebuild,v 1.1 2006/05/23 14:44:16 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.2.ebuild,v 1.2 2006/06/12 13:13:02 markusle Exp $ inherit fortran @@ -21,7 +21,7 @@ DEPEND="fftw? ( >=sci-libs/fftw-3.0.0 ) sci-libs/cblas-reference ) ) lapack? ( virtual/lapack ) ) doc? ( app-doc/doxygen - app-text/tetex )" + virtual/tetex )" pkg_setup() { # lapack/cblas can only be used in conjunction with blas |