summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:29:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:29:00 +0000
commitadf02c0e27a6d774adbe6a12b29d6526b8bb1dd7 (patch)
tree8bfe8fb4767247427889c6b59973f7505a342698 /x11-wm
parentMark 1.08 stable on alpha (diff)
downloadgentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.tar.gz
gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.tar.bz2
gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/matchbox/ChangeLog7
-rw-r--r--x11-wm/matchbox/matchbox-0.7.1.ebuild17
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog
index 3b94232d51cb..322c4a291d16 100644
--- a/x11-wm/matchbox/ChangeLog
+++ b/x11-wm/matchbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/matchbox
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.7 2005/10/31 16:21:55 nelchael Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.8 2006/01/31 21:29:00 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> matchbox-0.7.1.ebuild:
+ Fixed DEPEND for modular X.
31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> matchbox-0.7.1.ebuild:
Fixed dodoc not to install COPYING and INSTALL.
diff --git a/x11-wm/matchbox/matchbox-0.7.1.ebuild b/x11-wm/matchbox/matchbox-0.7.1.ebuild
index ef060381b12d..4ed1e644d298 100644
--- a/x11-wm/matchbox/matchbox-0.7.1.ebuild
+++ b/x11-wm/matchbox/matchbox-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.7 2005/10/31 16:21:55 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.8 2006/01/31 21:29:00 nelchael Exp $
IUSE="jpeg png nls debug"
@@ -12,7 +12,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc x86"
-RDEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libXtst
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libXrender
+ x11-libs/libXft )
+ virtual/x11 )
dev-libs/expat
x11-libs/startup-notification
x11-libs/libxsettings-client
@@ -20,6 +27,10 @@ RDEPEND="virtual/x11
jpeg? ( media-libs/jpeg )"
DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
sys-devel/libtool"
use debug && RESTRICT="nostrip"