diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
commit | ab571b17781a89a2019884aee91737c71f117ead (patch) | |
tree | 85a6bbb26961ba7040bb697c4168212c3aacdcc4 /x11-plugins/wmrack | |
parent | Mark 0.38 stable on alpha (diff) | |
download | historical-ab571b17781a89a2019884aee91737c71f117ead.tar.gz historical-ab571b17781a89a2019884aee91737c71f117ead.tar.bz2 historical-ab571b17781a89a2019884aee91737c71f117ead.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmrack')
-rw-r--r-- | x11-plugins/wmrack/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmrack/wmrack-1.2.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmrack/ChangeLog b/x11-plugins/wmrack/ChangeLog index a01ac28dc1d0..2737ab21b740 100644 --- a/x11-plugins/wmrack/ChangeLog +++ b/x11-plugins/wmrack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmrack -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.5 2005/07/18 09:25:46 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.6 2006/01/31 20:34:28 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmrack-1.2.0.ebuild: + Fixed DEPEND for modular X. 18 Jul 2005; Michele Noberasco <s4t4n@gentoo.org> wmrack-1.2.0.ebuild: Set x-includes and x-libraries in econf. Hopefully fixes #98537. diff --git a/x11-plugins/wmrack/wmrack-1.2.0.ebuild b/x11-plugins/wmrack/wmrack-1.2.0.ebuild index 9ac43a2fb069..9d8af1733d8d 100644 --- a/x11-plugins/wmrack/wmrack-1.2.0.ebuild +++ b/x11-plugins/wmrack/wmrack-1.2.0.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/wmrack/wmrack-1.2.0.ebuild,v 1.4 2005/07/18 09:25:46 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.5 2006/01/31 20:34:28 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ MY_P=${P/2.0/2} DESCRIPTION="A WindowMaker Dock CD+Sound Applet" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://wmrack.sf.net/" -DEPEND="virtual/x11 - || ( >=x11-wm/windowmaker-0.62.0 +DEPEND="|| ( >=x11-wm/windowmaker-0.62.0 x11-wm/windowmaker-cvs )" SLOT="0" |