diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:34:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:34:56 +0000 |
commit | e59d754f3a30e05912a3b251c5d7c60203259024 (patch) | |
tree | 24e44f592a7c417d91ce1fdbac7d5016c6dacf3a /app-text | |
parent | arm stable, bug #325215 (diff) | |
download | gentoo-2-e59d754f3a30e05912a3b251c5d7c60203259024.tar.gz gentoo-2-e59d754f3a30e05912a3b251c5d7c60203259024.tar.bz2 gentoo-2-e59d754f3a30e05912a3b251c5d7c60203259024.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xdvik/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.84.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index b9ad6ced1fbf..70801e160087 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvik # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.74 2010/10/10 16:27:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.75 2010/10/10 17:34:56 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.16.ebuild: + Fix openmotif dependency. 10 Oct 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild, +files/xdvik-22.84.16-kpathsea_version.patch: diff --git a/app-text/xdvik/xdvik-22.84.16.ebuild b/app-text/xdvik/xdvik-22.84.16.ebuild index d36a04fae5ae..10cb15ffa859 100644 --- a/app-text/xdvik/xdvik-22.84.16.ebuild +++ b/app-text/xdvik/xdvik-22.84.16.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/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.11 2010/10/10 16:27:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.12 2010/10/10 17:34:56 ulm Exp $ EAPI=3 inherit eutils flag-o-matic elisp-common toolchain-funcs @@ -18,7 +18,7 @@ RDEPEND=">=media-libs/t1lib-5.0.2 x11-libs/libXmu x11-libs/libXp x11-libs/libXpm - motif? ( x11-libs/openmotif ) + motif? ( >=x11-libs/openmotif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) ) virtual/latex-base |