diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:55:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:55:40 +0000 |
commit | 5fdf6d3f4642d533b9fd429b9b6c39bffc24982d (patch) | |
tree | a741d42a762b8c1d72a458b18adc438b4eb435a7 /x11-plugins/wmcpuload | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-5fdf6d3f4642d533b9fd429b9b6c39bffc24982d.tar.gz gentoo-2-5fdf6d3f4642d533b9fd429b9b6c39bffc24982d.tar.bz2 gentoo-2-5fdf6d3f4642d533b9fd429b9b6c39bffc24982d.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmcpuload')
-rw-r--r-- | x11-plugins/wmcpuload/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmcpuload/ChangeLog b/x11-plugins/wmcpuload/ChangeLog index cd124cdb66ca..2676aeee3eea 100644 --- a/x11-plugins/wmcpuload/ChangeLog +++ b/x11-plugins/wmcpuload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcpuload -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.19 2005/11/10 08:52:59 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.20 2006/01/24 22:55:40 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmcpuload-1.0.1.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmcpuload-1.0.1.ebuild: Removed INSTALL from dodoc. diff --git a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild index 9f8bfcbb1f61..9dd4a4b368e9 100644 --- a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild +++ b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild @@ -1,13 +1,20 @@ -# 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/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.14 2005/11/10 08:52:59 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.15 2006/01/24 22:55:40 nelchael Exp $ IUSE="" DESCRIPTION="WMCPULoad is a program to monitor CPU usage." HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml" SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.bz2" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" |