diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:49:52 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:49:52 +0000 |
commit | a38cb25ee53cb60935da737696cb1deca675de55 (patch) | |
tree | 5ca690698f3d290fd8fabd51d85d0f1faaaceaa8 /x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-a38cb25ee53cb60935da737696cb1deca675de55.tar.gz gentoo-2-a38cb25ee53cb60935da737696cb1deca675de55.tar.bz2 gentoo-2-a38cb25ee53cb60935da737696cb1deca675de55.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild')
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild index ef0b13479778..4c3613c32301 100644 --- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild +++ b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/wmcms/wmcms-0.3.5-r1.ebuild,v 1.6 2004/10/19 08:53:14 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.7 2006/01/24 22:46:40 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" -DEPEND="virtual/x11 - >=x11-libs/libdockapp-0.4.0-r1" +DEPEND="x11-libs/libdockapp" SLOT="0" LICENSE="GPL-2" |