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 | |
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')
-rw-r--r-- | x11-misc/xcalendar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0.ebuild | 8 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/xcalendar/ChangeLog b/x11-misc/xcalendar/ChangeLog index 61c0f389d5ad..dd4d237aa77a 100644 --- a/x11-misc/xcalendar/ChangeLog +++ b/x11-misc/xcalendar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcalendar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.22 2010/09/01 15:06:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.23 2010/10/10 21:04:36 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xcalendar-4.0.ebuild, + xcalendar-4.0-r1.ebuild: + Fix openmotif dependency. *xcalendar-4.0-r1 (01 Sep 2010) 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} diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild index feb8a95de943..3840818b11cc 100644 --- a/x11-misc/xcalendar/xcalendar-4.0.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.ebuild,v 1.20 2008/03/23 15:17:34 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.21 2010/10/10 21:04:36 ulm Exp $ + +EAPI=1 inherit eutils @@ -21,7 +23,7 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-misc/imake x11-proto/xproto - motif? ( x11-libs/openmotif )" + motif? ( >=x11-libs/openmotif-2.3:0 )" S=${WORKDIR}/${PN} |