diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:48:53 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:48:53 +0000 |
commit | b0a4038581c185ddeb90c42dd1c5c3c2bf0df531 (patch) | |
tree | b0498b088141c66afa968dc631b41051b5cb46fa /x11-plugins | |
parent | Mark 1.22 stable on alpha (diff) | |
download | gentoo-2-b0a4038581c185ddeb90c42dd1c5c3c2bf0df531.tar.gz gentoo-2-b0a4038581c185ddeb90c42dd1c5c3c2bf0df531.tar.bz2 gentoo-2-b0a4038581c185ddeb90c42dd1c5c3c2bf0df531.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsvencd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmsvencd/ChangeLog b/x11-plugins/wmsvencd/ChangeLog index d07af3820366..a38ce84492fb 100644 --- a/x11-plugins/wmsvencd/ChangeLog +++ b/x11-plugins/wmsvencd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsvencd -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.4 2004/09/06 20:25:57 s4t4n Exp $ +# 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 $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsvencd-0.5.0.ebuild: + Fixed DEPEND for modular X. 06 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild: Stable for x86... diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild index 3b007e4c4c77..da177ea15ccf 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-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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.4 2004/09/06 20:25:57 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.5 2006/01/31 20:48:53 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="virtual/x11 - || ( >=x11-wm/windowmaker-0.62.0 +DEPEND="|| ( >=x11-wm/windowmaker-0.62.0 x11-wm/windowmaker-cvs )" SLOT="0" |