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/paw | |
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/paw')
-rw-r--r-- | sci-physics/paw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/paw/paw-2.14.04-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog index 2664b95196c5..3e5285b95e4d 100644 --- a/sci-physics/paw/ChangeLog +++ b/sci-physics/paw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/paw # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.19 2010/06/25 13:33:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.20 2010/10/10 21:55:59 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> paw-2.14.04-r2.ebuild: + Fix openmotif dependency. 25 Jun 2010; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild: Included USE for static bins, #252497 diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild index 3db6edb7f7ef..310aeac6b048 100644 --- a/sci-physics/paw/paw-2.14.04-r2.ebuild +++ b/sci-physics/paw/paw-2.14.04-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.17 2010/06/25 13:33:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.18 2010/10/10 21:55:59 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -22,7 +22,7 @@ IUSE="static" RDEPEND="sci-physics/cernlib x11-libs/libXaw - x11-libs/openmotif + >=x11-libs/openmotif-2.3:0 x11-libs/xbae" DEPEND="${RDEPEND} |