summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-10 21:30:32 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-10 21:30:32 +0000
commitd6b2f1a12be9fef1ca4f3e916c7b76196a314ff4 (patch)
tree63d78672fb88e5459af57dbd93f854df9da5654c /sci-chemistry/viewmol
parentFix openmotif dependency. (diff)
downloadgentoo-2-d6b2f1a12be9fef1ca4f3e916c7b76196a314ff4.tar.gz
gentoo-2-d6b2f1a12be9fef1ca4f3e916c7b76196a314ff4.tar.bz2
gentoo-2-d6b2f1a12be9fef1ca4f3e916c7b76196a314ff4.zip
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/viewmol')
-rw-r--r--sci-chemistry/viewmol/ChangeLog5
-rw-r--r--sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/viewmol/ChangeLog b/sci-chemistry/viewmol/ChangeLog
index 582bfc512822..dd33098ff521 100644
--- a/sci-chemistry/viewmol/ChangeLog
+++ b/sci-chemistry/viewmol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/viewmol
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.12 2010/04/26 07:31:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.13 2010/10/10 21:30:32 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> viewmol-2.4.1-r1.ebuild:
+ Fix openmotif dependency.
26 Apr 2010; Justin Lecher <jlec@gentoo.org> viewmol-2.4.1-r1.ebuild:
Using python_get_library -l
diff --git a/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild b/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild
index e3545ba2fd58..86832215e9be 100644
--- a/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild
+++ b/sci-chemistry/viewmol/viewmol-2.4.1-r1.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-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.4 2010/04/26 07:31:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.5 2010/10/10 21:30:32 ulm Exp $
EAPI="3"
@@ -26,7 +26,7 @@ RDEPEND="
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
- x11-libs/openmotif"
+ >=x11-libs/openmotif-2.3:0"
DEPEND="${RDEPEND}
x11-proto/inputproto
x11-proto/xproto"