diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-27 08:49:38 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-27 08:49:38 +0000 |
commit | 171632a719879a7405c5abb7b5944f8c2a1cffac (patch) | |
tree | 70eccae7cc34cf389718aca2bcd952c502169d3f /x11-plugins/wmsound | |
parent | Added missing libxpm dependancy. Closes bug #150661 (diff) | |
download | gentoo-2-171632a719879a7405c5abb7b5944f8c2a1cffac.tar.gz gentoo-2-171632a719879a7405c5abb7b5944f8c2a1cffac.tar.bz2 gentoo-2-171632a719879a7405c5abb7b5944f8c2a1cffac.zip |
Added missing imake dependancy. Closes bug #150659
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmsound')
-rw-r--r-- | x11-plugins/wmsound/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsound/files/digest-wmsound-0.9.5 | 2 | ||||
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 7 |
3 files changed, 11 insertions, 3 deletions
diff --git a/x11-plugins/wmsound/ChangeLog b/x11-plugins/wmsound/ChangeLog index 88ff78f5a36c..f33f10369a13 100644 --- a/x11-plugins/wmsound/ChangeLog +++ b/x11-plugins/wmsound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsound # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.6 2006/10/27 08:49:38 s4t4n Exp $ + + 27 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmsound-0.9.5.ebuild: + Added missing imake dependancy. Closes bug #150659. 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsound-0.9.5.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmsound/files/digest-wmsound-0.9.5 b/x11-plugins/wmsound/files/digest-wmsound-0.9.5 index e6fa871db24a..9dffa1cac819 100644 --- a/x11-plugins/wmsound/files/digest-wmsound-0.9.5 +++ b/x11-plugins/wmsound/files/digest-wmsound-0.9.5 @@ -1 +1,3 @@ MD5 86f9b19ca0ca1daa072d76d02943dd3e wmsound-0.9.5.tar.gz 23098 +RMD160 70be0e11d17c8ca989c73073cf8bb2f8ff2a38f7 wmsound-0.9.5.tar.gz 23098 +SHA256 9f479d7a00030e410f21ce9b489de5c7bf4daac64ff710924440ac1d112da1c2 wmsound-0.9.5.tar.gz 23098 diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild index b5f7e8660bea..f9efd7c38b56 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-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.5 2006/01/31 20:41:56 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.6 2006/10/27 08:49:38 s4t4n Exp $ inherit eutils @@ -10,11 +10,14 @@ DESCRIPTION="WindowMaker sound server" SRC_URI="http://largo.windowmaker.org/files/${P}.tar.gz" HOMEPAGE="http://largo.windowmaker.org/" -DEPEND=">=x11-wm/windowmaker-0.80.2-r1 +RDEPEND=">=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" +DEPEND="${RDEPEND} + x11-misc/imake" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" |