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 | 68649d5d16e06699d4a2a8e58f57131befc21e72 (patch) | |
tree | 0c28a17f9d40ac7fdb2a52237c28110dc2189aa0 /x11-misc/xmbdfed | |
parent | arm stable, bug #337575 (diff) | |
download | gentoo-2-68649d5d16e06699d4a2a8e58f57131befc21e72.tar.gz gentoo-2-68649d5d16e06699d4a2a8e58f57131befc21e72.tar.bz2 gentoo-2-68649d5d16e06699d4a2a8e58f57131befc21e72.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xmbdfed')
-rw-r--r-- | x11-misc/xmbdfed/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 7 |
3 files changed, 13 insertions, 8 deletions
diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog index 642846882ce8..e69b01562b1d 100644 --- a/x11-misc/xmbdfed/ChangeLog +++ b/x11-misc/xmbdfed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xmbdfed -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.24 2009/11/21 17:29:32 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.25 2010/10/10 21:10:50 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xmbdfed-4.7_p1.ebuild, + xmbdfed-4.7_p1-r1.ebuild: + Fix openmotif dependency. 21 Nov 2009; Markus Meier <maekke@gentoo.org> xmbdfed-4.7_p1-r1.ebuild: x86 stable, bug #289341 diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild index 9fa322dff645..4d662b599471 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild @@ -1,6 +1,6 @@ -# 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/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild,v 1.5 2009/11/21 17:29:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild,v 1.6 2010/10/10 21:10:50 ulm Exp $ EAPI=2 MY_P=${P/_p*} @@ -18,7 +18,7 @@ IUSE="" RESTRICT="test" -DEPEND=">=x11-libs/openmotif-2.3.0-r1 +DEPEND=">=x11-libs/openmotif-2.3.0-r1:0 media-libs/freetype" RDEPEND="${DEPEND} media-fonts/font-adobe-75dpi diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild index e34fbe8db38b..376bafb38ddf 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild @@ -1,7 +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/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.9 2008/12/15 22:54:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.10 2010/10/10 21:10:50 ulm Exp $ +EAPI=1 inherit eutils toolchain-funcs MY_P=${P/_p*} @@ -15,7 +16,7 @@ LICENSE="as-is" KEYWORDS="x86 ppc" IUSE="" -DEPEND=">=x11-libs/openmotif-2.3.0-r1 +DEPEND=">=x11-libs/openmotif-2.3.0-r1:0 media-libs/freetype" S=${WORKDIR}/${MY_P} |