diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:47:00 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:47:00 +0000 |
commit | 0fb9d8104faf103f80058a927035e9c0c20cd0b3 (patch) | |
tree | 347c6b74bff51012ec2f74b9161596dd10afefb9 /sci-libs/pgplot | |
parent | Fix openmotif dependency. (diff) | |
download | gentoo-2-0fb9d8104faf103f80058a927035e9c0c20cd0b3.tar.gz gentoo-2-0fb9d8104faf103f80058a927035e9c0c20cd0b3.tar.bz2 gentoo-2-0fb9d8104faf103f80058a927035e9c0c20cd0b3.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog index 1fc3ffaaad4c..027ca8668e72 100644 --- a/sci-libs/pgplot/ChangeLog +++ b/sci-libs/pgplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pgplot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.19 2010/05/22 06:50:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.20 2010/10/10 21:47:00 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pgplot-5.2.2-r3.ebuild, + pgplot-5.2.2-r4.ebuild: + Fix openmotif dependency. *pgplot-5.2.2-r4 (22 May 2010) diff --git a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild index 5bb0c3bddd8e..0d0a27ccc3f0 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r3.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-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.7 2010/05/22 07:01:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.8 2010/10/10 21:47:00 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ IUSE="doc motif tk" RDEPEND="x11-libs/libX11 x11-libs/libXt media-libs/libpng - motif? ( x11-libs/openmotif ) + motif? ( >=x11-libs/openmotif-2.3:0 ) tk? ( dev-lang/tk )" DEPEND="${RDEPEND} doc? ( virtual/latex-base )" diff --git a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild index 34707a7b0531..639e4a9fdfdb 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r4.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-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.1 2010/05/22 06:50:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.2 2010/10/10 21:47:00 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ IUSE="doc motif tk" RDEPEND="x11-libs/libX11 x11-libs/libXt media-libs/libpng - motif? ( x11-libs/openmotif ) + motif? ( >=x11-libs/openmotif-2.3:0 ) tk? ( dev-lang/tk )" DEPEND="${RDEPEND} doc? ( virtual/latex-base )" |