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/wmsound | |
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/wmsound')
-rw-r--r-- | x11-plugins/wmsound/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmsound/ChangeLog b/x11-plugins/wmsound/ChangeLog index f5aababebdd8..88ff78f5a36c 100644 --- a/x11-plugins/wmsound/ChangeLog +++ b/x11-plugins/wmsound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsound -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.4 2005/03/30 12:34:54 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.5 2006/01/31 20:41:56 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsound-0.9.5.ebuild: + Fixed DEPEND for modular X. 30 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmsound-0.9.5.ebuild: Apply esd patch only if esd USE flag is enabled. Closes bug #87223. diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild index 5dda482d7fca..b5f7e8660bea 100644 --- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild +++ b/x11-plugins/wmsound/wmsound-0.9.5.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/wmsound/wmsound-0.9.5.ebuild,v 1.4 2005/03/30 12:34:54 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.5 2006/01/31 20:41:56 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="WindowMaker sound server" SRC_URI="http://largo.windowmaker.org/files/${P}.tar.gz" HOMEPAGE="http://largo.windowmaker.org/" -DEPEND="virtual/x11 - >=x11-wm/windowmaker-0.80.2-r1 +DEPEND=">=x11-wm/windowmaker-0.80.2-r1 >=x11-libs/libPropList-0.10.1-r3 esd? ( >=media-sound/esound-0.2.34 ) >=media-sound/wmsound-data-1.0.0" |