summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-10-27 08:36:32 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-10-27 08:36:32 +0000
commit13cc7c7ac9180b5fa68369d256aac27c6fa9ae83 (patch)
treeda50a7c3a8f53f39bbdd15b3cfff296510d23361 /x11-plugins/wmbutton
parentAdded missing pkgconfig dependancy. Closes bug #150649 (diff)
downloadgentoo-2-13cc7c7ac9180b5fa68369d256aac27c6fa9ae83.tar.gz
gentoo-2-13cc7c7ac9180b5fa68369d256aac27c6fa9ae83.tar.bz2
gentoo-2-13cc7c7ac9180b5fa68369d256aac27c6fa9ae83.zip
Fixed modular X dependancies. Closes bug #150645
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmbutton')
-rw-r--r--x11-plugins/wmbutton/ChangeLog5
-rw-r--r--x11-plugins/wmbutton/wmbutton-0.5.ebuild12
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-plugins/wmbutton/ChangeLog b/x11-plugins/wmbutton/ChangeLog
index 1cf0cc4f580a..d833f4d1cbfe 100644
--- a/x11-plugins/wmbutton/ChangeLog
+++ b/x11-plugins/wmbutton/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbutton
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.9 2006/02/21 21:43:30 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.10 2006/10/27 08:36:32 s4t4n Exp $
+
+ 24 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> wmbutton-0.5.ebuild:
+ Fixed modular X dependancies. Closes bug #150645
21 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org>
-files/wmbutton-buttons.xpm, wmbutton-0.5.ebuild:
diff --git a/x11-plugins/wmbutton/wmbutton-0.5.ebuild b/x11-plugins/wmbutton/wmbutton-0.5.ebuild
index db36756dc045..998e2becbe0d 100644
--- a/x11-plugins/wmbutton/wmbutton-0.5.ebuild
+++ b/x11-plugins/wmbutton/wmbutton-0.5.ebuild
@@ -1,6 +1,6 @@
# 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.9 2006/02/21 21:43:30 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.10 2006/10/27 08:36:32 s4t4n Exp $
inherit eutils
@@ -11,16 +11,14 @@ SRC_URI="http://www.dockapps.org/download.php/id/454/${P}.tar.gz
mirror://gentoo/${PN}-buttons.xpm"
HOMEPAGE="http://www.dockapps.org/file.php/id/241"
-RDEPEND="|| ( (
+DEPEND="
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto
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"