diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:07:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:07:53 +0000 |
commit | 27a064da36104f7aff28025203eddfe46ded7b95 (patch) | |
tree | 0e05c2b505411d56011901aad1c4feb89ad7c096 /x11-misc/xlockmore/xlockmore-5.31.ebuild | |
parent | Fix openmotif dependency. (diff) | |
download | gentoo-2-27a064da36104f7aff28025203eddfe46ded7b95.tar.gz gentoo-2-27a064da36104f7aff28025203eddfe46ded7b95.tar.bz2 gentoo-2-27a064da36104f7aff28025203eddfe46ded7b95.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xlockmore/xlockmore-5.31.ebuild')
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xlockmore/xlockmore-5.31.ebuild b/x11-misc/xlockmore/xlockmore-5.31.ebuild index bcf11b630880..757e89aa7e5d 100644 --- a/x11-misc/xlockmore/xlockmore-5.31.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.31.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/x11-misc/xlockmore/xlockmore-5.31.ebuild,v 1.2 2010/06/29 20:11:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.31.ebuild,v 1.3 2010/10/10 21:07:53 ulm Exp $ EAPI=2 inherit autotools eutils flag-o-matic pam @@ -25,7 +25,7 @@ RDEPEND="x11-libs/libX11 pam? ( virtual/pam ) nas? ( media-libs/nas ) esd? ( media-sound/esound ) - motif? ( x11-libs/openmotif ) + motif? ( >=x11-libs/openmotif-2.3:0 ) gtk? ( x11-libs/gtk+:2 ) xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} |