diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-05 16:45:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-05 16:45:56 +0000 |
commit | 8ced9fd631ca27ef34216ba3f89211fd23ad81ce (patch) | |
tree | d6ac54aaf41fca1b5f4b4396d0232c0306fb4e33 /app-emulation/vmware-dsp | |
parent | Fix build-time dependencies. (diff) | |
download | gentoo-2-8ced9fd631ca27ef34216ba3f89211fd23ad81ce.tar.gz gentoo-2-8ced9fd631ca27ef34216ba3f89211fd23ad81ce.tar.bz2 gentoo-2-8ced9fd631ca27ef34216ba3f89211fd23ad81ce.zip |
Fix build-time dependencies.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-emulation/vmware-dsp')
-rw-r--r-- | app-emulation/vmware-dsp/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/vmware-dsp/ChangeLog b/app-emulation/vmware-dsp/ChangeLog index f473acbe2363..b57474c93bf8 100644 --- a/app-emulation/vmware-dsp/ChangeLog +++ b/app-emulation/vmware-dsp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vmware-dsp -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/ChangeLog,v 1.3 2007/07/12 23:36:44 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/ChangeLog,v 1.4 2008/10/05 16:45:56 flameeyes Exp $ + + 05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> vmware-dsp-1.3.ebuild: + Fix build-time dependencies. 12 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org> vmware-dsp-1.3.ebuild: Add another mirror. diff --git a/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild b/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild index 8238010b1fcf..151913703ad9 100644 --- a/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild +++ b/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild,v 1.4 2007/07/13 00:36:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild,v 1.5 2008/10/05 16:45:56 flameeyes Exp $ inherit eutils multilib @@ -29,6 +29,7 @@ RDEPEND="sys-libs/glibc x86? ( esd? ( media-sound/esound ) arts? ( kde-base/arts ) )" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |