diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:28:36 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:28:36 +0000 |
commit | 8f4acfcc9c1123f063702108750baecdb859585e (patch) | |
tree | 6de857a84a83ac4c2a0a323d4b1e4e6c13f6408d /sci-chemistry/prekin | |
parent | Fix openmotif dependency. (diff) | |
download | gentoo-2-8f4acfcc9c1123f063702108750baecdb859585e.tar.gz gentoo-2-8f4acfcc9c1123f063702108750baecdb859585e.tar.bz2 gentoo-2-8f4acfcc9c1123f063702108750baecdb859585e.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/prekin')
-rw-r--r-- | sci-chemistry/prekin/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/prekin/prekin-6.51.081122-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/prekin/prekin-6.51.081122.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/prekin/ChangeLog b/sci-chemistry/prekin/ChangeLog index 2595587cf474..e7076b32f71d 100644 --- a/sci-chemistry/prekin/ChangeLog +++ b/sci-chemistry/prekin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/prekin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/prekin/ChangeLog,v 1.2 2010/10/03 08:28:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/prekin/ChangeLog,v 1.3 2010/10/10 21:28:36 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> prekin-6.51.081122.ebuild, + prekin-6.51.081122-r1.ebuild: + Fix openmotif dependency. *prekin-6.51.081122-r1 (03 Oct 2010) diff --git a/sci-chemistry/prekin/prekin-6.51.081122-r1.ebuild b/sci-chemistry/prekin/prekin-6.51.081122-r1.ebuild index c7ee55b7b884..f259d714e2fc 100644 --- a/sci-chemistry/prekin/prekin-6.51.081122-r1.ebuild +++ b/sci-chemistry/prekin/prekin-6.51.081122-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/prekin/prekin-6.51.081122-r1.ebuild,v 1.1 2010/10/03 08:28:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/prekin/prekin-6.51.081122-r1.ebuild,v 1.2 2010/10/10 21:28:36 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ IUSE="X" RDEPEND=" x11-libs/libX11 x11-libs/libXt - X? ( x11-libs/openmotif )" + X? ( >=x11-libs/openmotif-2.3:0 )" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/sci-chemistry/prekin/prekin-6.51.081122.ebuild b/sci-chemistry/prekin/prekin-6.51.081122.ebuild index 47d3d446b1b2..d64df43d7139 100644 --- a/sci-chemistry/prekin/prekin-6.51.081122.ebuild +++ b/sci-chemistry/prekin/prekin-6.51.081122.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/prekin/prekin-6.51.081122.ebuild,v 1.2 2010/10/03 08:28:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/prekin/prekin-6.51.081122.ebuild,v 1.3 2010/10/10 21:28:36 ulm Exp $ EAPI="2" @@ -20,7 +20,7 @@ IUSE="X" RDEPEND=" x11-libs/libX11 x11-libs/libXt - X? ( x11-libs/openmotif )" + X? ( >=x11-libs/openmotif-2.3:0 )" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |