diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-06-11 16:06:48 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-06-11 16:06:48 +0000 |
commit | b9d8a98ff8aa31e40e5a60245a55e646db5c0da1 (patch) | |
tree | 81fd687b5e9b6c8bb2c7e1eceb60e55e97fb42cb /x11-plugins | |
parent | Fix DEPEND, see bug #136421. (diff) | |
download | gentoo-2-b9d8a98ff8aa31e40e5a60245a55e646db5c0da1.tar.gz gentoo-2-b9d8a98ff8aa31e40e5a60245a55e646db5c0da1.tar.bz2 gentoo-2-b9d8a98ff8aa31e40e5a60245a55e646db5c0da1.zip |
Fix DEPEND, see bug #136421.
(Portage version: 2.1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsvencd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/wmsvencd/ChangeLog b/x11-plugins/wmsvencd/ChangeLog index a38ce84492fb..3ce92d0e64e7 100644 --- a/x11-plugins/wmsvencd/ChangeLog +++ b/x11-plugins/wmsvencd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsvencd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.5 2006/01/31 20:48:53 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.6 2006/06/11 16:06:48 nelchael Exp $ + + 11 Jun 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsvencd-0.5.0.ebuild: + Fix DEPEND, see bug #136421. 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsvencd-0.5.0.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild index da177ea15ccf..cdbf67714d69 100644 --- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild +++ b/x11-plugins/wmsvencd/wmsvencd-0.5.0.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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.5 2006/01/31 20:48:53 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.6 2006/06/11 16:06:48 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="Window Maker Dockable CD-Player with CDDB" SRC_URI="http://www.harshbutfair.org/dl/${P}.tar.gz" HOMEPAGE="http://www.harshbutfair.org/software/wmsvencd.html" -DEPEND="|| ( >=x11-wm/windowmaker-0.62.0 - x11-wm/windowmaker-cvs )" +DEPEND="x11-wm/windowmaker" SLOT="0" LICENSE="GPL-2" |