diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:51:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:51:50 +0000 |
commit | 5a80a97571a50476c14e4c6b1f96bde5065eff33 (patch) | |
tree | 58f2b99855fd59af61cb76b11f7475c127ae7af8 /sci-physics/cernlib/cernlib-2006-r3.ebuild | |
parent | Fix openmotif dependency. Change EAPI to 1. (diff) | |
download | gentoo-2-5a80a97571a50476c14e4c6b1f96bde5065eff33.tar.gz gentoo-2-5a80a97571a50476c14e4c6b1f96bde5065eff33.tar.bz2 gentoo-2-5a80a97571a50476c14e4c6b1f96bde5065eff33.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/cernlib/cernlib-2006-r3.ebuild')
-rw-r--r-- | sci-physics/cernlib/cernlib-2006-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/cernlib/cernlib-2006-r3.ebuild b/sci-physics/cernlib/cernlib-2006-r3.ebuild index 9875c3ef8c6a..236ede2f2b2e 100644 --- a/sci-physics/cernlib/cernlib-2006-r3.ebuild +++ b/sci-physics/cernlib/cernlib-2006-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006-r3.ebuild,v 1.7 2009/12/26 18:59:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006-r3.ebuild,v 1.8 2010/10/10 21:51:50 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -20,7 +20,7 @@ LICENSE="GPL-2 LGPL-2 BSD" SLOT="0" -RDEPEND="x11-libs/openmotif +RDEPEND=">=x11-libs/openmotif-2.3:0 virtual/lapack dev-lang/cfortran" |