diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-30 12:34:54 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-30 12:34:54 +0000 |
commit | 91fca9d6670f7cb3aba94ccf9beaf90844463403 (patch) | |
tree | fd2ec6789045913707eba2fd5914e38edb1f8eb6 /x11-plugins/wmsound/wmsound-0.9.5.ebuild | |
parent | stable on amd64 wrt security bug #86541 (diff) | |
download | historical-91fca9d6670f7cb3aba94ccf9beaf90844463403.tar.gz historical-91fca9d6670f7cb3aba94ccf9beaf90844463403.tar.bz2 historical-91fca9d6670f7cb3aba94ccf9beaf90844463403.zip |
Apply esd patch only if esd USE flag is enabled. Closes bug #87223.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/wmsound/wmsound-0.9.5.ebuild')
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild index 1d7d538353fc..5dda482d7fca 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.3 2004/10/01 12:12:37 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.4 2005/03/30 12:34:54 s4t4n Exp $ inherit eutils @@ -27,7 +27,7 @@ src_unpack() cd ${S} epatch ${FILESDIR}/wmsound-config.patch epatch ${FILESDIR}/wmsound-ComplexProgramTargetNoMan.patch - epatch ${FILESDIR}/wmsound-esd.patch + use esd && epatch ${FILESDIR}/wmsound-esd.patch } src_compile() |