diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:34:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:34:10 +0000 |
commit | ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa (patch) | |
tree | 6661b0e3e3dc6280ecf76afde0de88934e05ed9b /x11-plugins/wmbutton | |
parent | Fix use-flag check thanks to flameeyes, remove old versions (diff) | |
download | historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.tar.gz historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.tar.bz2 historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmbutton')
-rw-r--r-- | x11-plugins/wmbutton/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.5.ebuild | 15 |
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" |