summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 22:34:10 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 22:34:10 +0000
commit967af4a0c8fc941defc42551d0f8166dd20b556f (patch)
tree3385a4e55fba6ad43ee81fee94ed5c7ef8a89533 /x11-plugins/wmbutton
parentFix use-flag check thanks to flameeyes, remove old versions (diff)
downloadgentoo-2-967af4a0c8fc941defc42551d0f8166dd20b556f.tar.gz
gentoo-2-967af4a0c8fc941defc42551d0f8166dd20b556f.tar.bz2
gentoo-2-967af4a0c8fc941defc42551d0f8166dd20b556f.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmbutton')
-rw-r--r--x11-plugins/wmbutton/ChangeLog7
-rw-r--r--x11-plugins/wmbutton/wmbutton-0.5.ebuild15
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-plugins/wmbutton/ChangeLog b/x11-plugins/wmbutton/ChangeLog
index 588ab26a740f..5f5ea47c72cb 100644
--- a/x11-plugins/wmbutton/ChangeLog
+++ b/x11-plugins/wmbutton/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbutton
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.7 2005/09/25 17:29:14 metalgod Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.8 2006/01/24 22:29:38 nelchael Exp $
+
+ 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmbutton-0.5.ebuild:
+ Fixed DEPEND for modular X.
25 Sep 2005; Luis Medinas <metalgod@gentoo.org> wmbutton-0.5.ebuild:
Added ~amd64 keywords. Closes bug #107124
diff --git a/x11-plugins/wmbutton/wmbutton-0.5.ebuild b/x11-plugins/wmbutton/wmbutton-0.5.ebuild
index a058aea8ace7..f66553e03bcc 100644
--- a/x11-plugins/wmbutton/wmbutton-0.5.ebuild
+++ b/x11-plugins/wmbutton/wmbutton-0.5.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-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.7 2005/09/25 17:29:14 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.8 2006/01/24 22:29:38 nelchael Exp $
inherit eutils
@@ -10,7 +10,16 @@ DESCRIPTION="wmbutton is a dockapp application that displays nine configurable b
SRC_URI="http://www.dockapps.org/download.php/id/454/${P}.tar.gz"
HOMEPAGE="http://www.dockapps.org/file.php/id/241"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )"
SLOT="0"
LICENSE="GPL-2"