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 | 42e157cd88c36649ddbbdd653c4abad75252e73b (patch) | |
tree | 51c94a33f2e03ec0abba7185ebcc71deeba86037 /sci-physics | |
parent | Fix openmotif dependency. (diff) | |
download | gentoo-2-42e157cd88c36649ddbbdd653c4abad75252e73b.tar.gz gentoo-2-42e157cd88c36649ddbbdd653c4abad75252e73b.tar.bz2 gentoo-2-42e157cd88c36649ddbbdd653c4abad75252e73b.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-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} |