diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-17 16:13:01 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-17 16:13:01 +0000 |
commit | ae2aae789ad0c1d299f51094c58dc55079c27730 (patch) | |
tree | aac99b34e405d3ee0c85e7acc7365ca10a19bfce /sci-physics/root | |
parent | Allow open() on non-existent files to fail in the normal way without violatio... (diff) | |
download | gentoo-2-ae2aae789ad0c1d299f51094c58dc55079c27730.tar.gz gentoo-2-ae2aae789ad0c1d299f51094c58dc55079c27730.tar.bz2 gentoo-2-ae2aae789ad0c1d299f51094c58dc55079c27730.zip |
added libXpm as a dependency.
(Portage version: 2.1.3.12)
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 132a2b18cfda..80dc323bc413 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.9 2007/09/16 11:49:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.10 2007/10/17 16:13:01 bicatali Exp $ + + 17 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> root-5.16.00.ebuild: + added libXpm as a dependency. 16 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> -files/sparc-root-5.14.00c.patch, +files/sparc-root-5.16.00.patch, diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild index e61c7fdda0ae..0c37a378bc53 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-2007 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.3 2007/10/17 15:31:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.4 2007/10/17 16:13:01 bicatali Exp $ inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran @@ -18,6 +18,7 @@ IUSE="afs cern doc fftw kerberos ldap mysql odbc opengl postgres python ruby qt3 ssl truetype xml" DEPEND="sys-apps/shadow + x11-libs/libXpm >=sci-libs/gsl-1.8 dev-libs/libpcre || ( media-libs/libafterimage x11-wm/afterstep ) |