diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:52:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:52:59 +0000 |
commit | 8f3e8b86060c76ddb906ae59a5cc41dbe22a7d74 (patch) | |
tree | 7660d9374c017ce93f57413ef0ed41d05e5e86ca /sci-physics/cernlib-montecarlo | |
parent | arm stable, bug #338341 (diff) | |
download | gentoo-2-8f3e8b86060c76ddb906ae59a5cc41dbe22a7d74.tar.gz gentoo-2-8f3e8b86060c76ddb906ae59a5cc41dbe22a7d74.tar.bz2 gentoo-2-8f3e8b86060c76ddb906ae59a5cc41dbe22a7d74.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/cernlib-montecarlo')
-rw-r--r-- | sci-physics/cernlib-montecarlo/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-physics/cernlib-montecarlo/ChangeLog b/sci-physics/cernlib-montecarlo/ChangeLog index 7c214c5c3c8f..1058b3700944 100644 --- a/sci-physics/cernlib-montecarlo/ChangeLog +++ b/sci-physics/cernlib-montecarlo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/cernlib-montecarlo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.12 2010/09/02 16:38:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.13 2010/10/10 21:52:59 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> + cernlib-montecarlo-2006-r2.ebuild: + Fix openmotif dependency. 24 Aug 2010; Sébastien Fabbro <bicatali@gentoo.org> -files/cernlib-montecarlo-2006-noherwig.pach, diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild index b6c1200ed0e1..47eed7c5404f 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.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-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.5 2009/12/04 19:49:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.6 2010/10/10 21:52:59 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -20,7 +20,7 @@ KEYWORDS="amd64 x86" SLOT="0" IUSE="+herwig" -RDEPEND="x11-libs/openmotif +RDEPEND=">=x11-libs/openmotif-2.3:0 dev-lang/cfortran sci-physics/cernlib herwig? ( !sci-physics/herwig )" |