diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-13 18:15:06 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-13 18:15:06 +0000 |
commit | ba3a5e3a1f6fcb56150de4386ca98f2ec0f7593c (patch) | |
tree | 5567c3aae5258601554efe057c0db181caaf7626 /sci-physics | |
parent | Added mkl_lapack for more robust linking to lapack (see bug #230837), a warni... (diff) | |
download | gentoo-2-ba3a5e3a1f6fcb56150de4386ca98f2ec0f7593c.tar.gz gentoo-2-ba3a5e3a1f6fcb56150de4386ca98f2ec0f7593c.tar.bz2 gentoo-2-ba3a5e3a1f6fcb56150de4386ca98f2ec0f7593c.zip |
Added libXft dep in 5.16.00 stable version, closing bug #204725
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 02eb7b9d523c..8456d3b0c76c 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.28 2008/07/08 16:28:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.29 2008/07/13 18:15:06 bicatali Exp $ + + 13 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> root-5.16.00.ebuild: + Added libXft dep in 5.16.00 stable version, closing bug #204725 *root-5.20.00 (08 Jul 2008) diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild index 00f4f47e1258..48f5600960fb 100644 --- a/sci-physics/root/root-5.16.00.ebuild +++ b/sci-physics/root/root-5.16.00.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-physics/root/root-5.16.00.ebuild,v 1.11 2008/05/21 19:02:38 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.12 2008/07/13 18:15:06 bicatali Exp $ inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran @@ -20,6 +20,7 @@ IUSE="afs cern doc fftw kerberos ldap mysql odbc postgres DEPEND="sys-apps/shadow x11-libs/libXpm + x11-libs/libXft >=sci-libs/gsl-1.8 dev-libs/libpcre virtual/opengl @@ -37,8 +38,7 @@ DEPEND="sys-apps/shadow ssl? ( dev-libs/openssl ) xml? ( dev-libs/libxml2 ) cern? ( sci-physics/cernlib ) - odbc? ( dev-db/unixODBC ) - truetype? ( x11-libs/libXft )" + odbc? ( dev-db/unixODBC )" S="${WORKDIR}/${PN}" |