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/root-5.16.00.ebuild | |
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/root-5.16.00.ebuild')
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) |