diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:14:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:14:52 +0000 |
commit | ca6522d4856886877a12635934cc484c71708c93 (patch) | |
tree | 2bfec407f6ee353166ffe5ff61d344f732d2842e /sci-astronomy | |
parent | arm stable, bug #338103 (diff) | |
download | gentoo-2-ca6522d4856886877a12635934cc484c71708c93.tar.gz gentoo-2-ca6522d4856886877a12635934cc484c71708c93.tar.bz2 gentoo-2-ca6522d4856886877a12635934cc484c71708c93.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/xfitsview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/xfitsview/ChangeLog b/sci-astronomy/xfitsview/ChangeLog index c0772fa5be3c..12fbb76ad38b 100644 --- a/sci-astronomy/xfitsview/ChangeLog +++ b/sci-astronomy/xfitsview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/xfitsview # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.5 2010/09/15 13:01:59 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.6 2010/10/10 21:14:52 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xfitsview-2.2-r1.ebuild: + Fix openmotif dependency. *xfitsview-2.2-r1 (15 Sep 2010) diff --git a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild b/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild index f38f565ad376..97bbac7a8d78 100644 --- a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild +++ b/sci-astronomy/xfitsview/xfitsview-2.2-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-astronomy/xfitsview/xfitsview-2.2-r1.ebuild,v 1.1 2010/09/15 13:01:59 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild,v 1.2 2010/10/10 21:14:52 ulm Exp $ EAPI=2 inherit eutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/openmotif" +DEPEND=">=x11-libs/openmotif-2.3:0" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN} |