diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:06:10 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:06:10 +0000 |
commit | edad2f71fe67e07d1ecc89dfbfe46045c1a70974 (patch) | |
tree | c2401b2d0cc9b22397178c871faa630ac4269897 /x11-misc/xcb | |
parent | arm stable, bug #338088 (diff) | |
download | gentoo-2-edad2f71fe67e07d1ecc89dfbfe46045c1a70974.tar.gz gentoo-2-edad2f71fe67e07d1ecc89dfbfe46045c1a70974.tar.bz2 gentoo-2-edad2f71fe67e07d1ecc89dfbfe46045c1a70974.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xcb')
-rw-r--r-- | x11-misc/xcb/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog index 761060295063..4da5a1d803ef 100644 --- a/x11-misc/xcb/ChangeLog +++ b/x11-misc/xcb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.14 2010/09/17 01:43:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.15 2010/10/10 21:06:10 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xcb-2.4.ebuild, + xcb-2.4-r1.ebuild: + Fix openmotif dependency. *xcb-2.4-r1 (17 Sep 2010) diff --git a/x11-misc/xcb/xcb-2.4-r1.ebuild b/x11-misc/xcb/xcb-2.4-r1.ebuild index 55764b1c350a..018b1d3f3804 100644 --- a/x11-misc/xcb/xcb-2.4-r1.ebuild +++ b/x11-misc/xcb/xcb-2.4-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/xcb/xcb-2.4-r1.ebuild,v 1.1 2010/09/17 01:43:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4-r1.ebuild,v 1.2 2010/10/10 21:06:10 ulm Exp $ EAPI=2 @@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xproto - motif? ( x11-libs/openmotif )" + motif? ( >=x11-libs/openmotif-2.3:0 )" src_compile() { local gui libs diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild index 9eeabee45195..07a6e1c9b04a 100644 --- a/x11-misc/xcb/xcb-2.4.ebuild +++ b/x11-misc/xcb/xcb-2.4.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/xcb/xcb-2.4.ebuild,v 1.12 2009/05/02 10:10:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.13 2010/10/10 21:06:10 ulm Exp $ EAPI=2 inherit toolchain-funcs @@ -20,7 +20,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xproto - motif? ( x11-libs/openmotif )" + motif? ( >=x11-libs/openmotif-2.3:0 )" src_compile() { local gui libs |