From d6b2f1a12be9fef1ca4f3e916c7b76196a314ff4 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 10 Oct 2010 21:30:32 +0000 Subject: Fix openmotif dependency. (Portage version: 2.1.9.14/cvs/Linux x86_64) --- sci-chemistry/viewmol/ChangeLog | 5 ++++- sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sci-chemistry/viewmol') 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 viewmol-2.4.1-r1.ebuild: + Fix openmotif dependency. 26 Apr 2010; Justin Lecher 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" -- cgit v1.2.3-65-gdbad