diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:55:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:55:59 +0000 |
commit | 6a722e2c010ba171fa05039e6c7568500a172ccf (patch) | |
tree | ed4b7a2197a89e8c41b1021dd8668e7c4cc642da /sci-physics/cernlib | |
parent | arm stable, bug #338341 (diff) | |
download | historical-6a722e2c010ba171fa05039e6c7568500a172ccf.tar.gz historical-6a722e2c010ba171fa05039e6c7568500a172ccf.tar.bz2 historical-6a722e2c010ba171fa05039e6c7568500a172ccf.zip |
Fix openmotif dependency.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'sci-physics/cernlib')
-rw-r--r-- | sci-physics/cernlib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/cernlib/cernlib-2006-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-physics/cernlib/ChangeLog b/sci-physics/cernlib/ChangeLog index b1e98803e6b1..f83f315ea771 100644 --- a/sci-physics/cernlib/ChangeLog +++ b/sci-physics/cernlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/cernlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/ChangeLog,v 1.22 2010/01/19 06:17:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/ChangeLog,v 1.23 2010/10/10 21:51:50 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> cernlib-2006-r3.ebuild: + Fix openmotif dependency. 19 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -cernlib-2006.ebuild, -files/cernlib-2006-maketest.patch, -files/cernlib-2006-test64.patch, 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" |