diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:32:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:32:11 +0000 |
commit | 21be1918427967857b3ff76486a22fe11c76c9bd (patch) | |
tree | 8876672df318cab94fb4809c77f3961251276fa3 /app-office/plan/plan-1.9-r1.ebuild | |
parent | add ~arm, bug #334517 (diff) | |
download | gentoo-2-21be1918427967857b3ff76486a22fe11c76c9bd.tar.gz gentoo-2-21be1918427967857b3ff76486a22fe11c76c9bd.tar.bz2 gentoo-2-21be1918427967857b3ff76486a22fe11c76c9bd.zip |
Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'app-office/plan/plan-1.9-r1.ebuild')
-rw-r--r-- | app-office/plan/plan-1.9-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-office/plan/plan-1.9-r1.ebuild b/app-office/plan/plan-1.9-r1.ebuild index 90174c48098d..72ef4ad7d92e 100644 --- a/app-office/plan/plan-1.9-r1.ebuild +++ b/app-office/plan/plan-1.9-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9-r1.ebuild,v 1.1 2009/11/12 20:29:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9-r1.ebuild,v 1.2 2010/10/10 17:32:11 ulm Exp $ + +EAPI=1 inherit eutils @@ -14,7 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" -DEPEND="x11-libs/openmotif" +DEPEND=">=x11-libs/openmotif-2.3:0" +RDEPEND="${DEPEND}" S=${WORKDIR}/${P}/src |