diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:55:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:55:32 +0000 |
commit | bf7d306130c3cf32335847c8145085c553e18d4c (patch) | |
tree | 490887d59afc7440861adaf9e24af0c15b3937d9 /x11-misc/xcb | |
parent | removed openmotif-2.2; marked 2.1.30-r3 stable (diff) | |
download | gentoo-2-bf7d306130c3cf32335847c8145085c553e18d4c.tar.gz gentoo-2-bf7d306130c3cf32335847c8145085c553e18d4c.tar.bz2 gentoo-2-bf7d306130c3cf32335847c8145085c553e18d4c.zip |
fixed motif dep
Diffstat (limited to 'x11-misc/xcb')
-rw-r--r-- | x11-misc/xcb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog index ec210a7fd0f8..9218ba821653 100644 --- a/x11-misc/xcb/ChangeLog +++ b/x11-misc/xcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcb -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.5 2003/11/04 03:40:44 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.6 2004/01/11 13:52:22 lanius Exp $ + + 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> xcb-2.4.ebuild: + fixed motif dep 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild index f673775646ca..a366a091bc6a 100644 --- a/x11-misc/xcb/xcb-2.4.ebuild +++ b/x11-misc/xcb/xcb-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2003/06/21 18:33:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.5 2004/01/11 13:52:22 lanius Exp $ DESCRIPTION="Marc Lehmann's improved X Cut Buffers" HOMEPAGE="http://www.goof.com/pcg/marc/xcb.html" @@ -11,7 +11,7 @@ KEYWORDS="alpha x86" IUSE="motif" DEPEND="virtual/x11 - motif? ( virtual/motif )" + motif? ( x11-libs/openmotif )" src_unpack() { unpack ${A} |