diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:10:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:10:50 +0000 |
commit | ab110a57e553a9921d4753e25133af0bb5305530 (patch) | |
tree | 6cd4437abf5e56182deef948881ca89308ea9fd9 /x11-misc/xcalendar/xcalendar-4.0-r1.ebuild | |
parent | arm stable, bug #337575 (diff) | |
download | historical-ab110a57e553a9921d4753e25133af0bb5305530.tar.gz historical-ab110a57e553a9921d4753e25133af0bb5305530.tar.bz2 historical-ab110a57e553a9921d4753e25133af0bb5305530.zip |
Fix openmotif dependency.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xcalendar/xcalendar-4.0-r1.ebuild')
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild index f37f2f76eb77..71a1b1ae7dfd 100644 --- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0-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/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.1 2010/09/01 15:06:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.2 2010/10/10 21:04:36 ulm Exp $ EAPI=2 @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} x11-misc/imake x11-proto/xproto x11-misc/gccmakedep - motif? ( x11-libs/openmotif )" + motif? ( >=x11-libs/openmotif-2.3:0 )" S=${WORKDIR}/${PN} |