summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-28 14:25:04 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-28 14:25:04 +0000
commitfe714ba4106e6f31a397cfc23df07df9677bdc03 (patch)
treee3e077ed2beda8fc41169f0e82cb94aea9d09086 /app-emulation/vmware-dsp
parent* bump (diff)
downloadgentoo-2-fe714ba4106e6f31a397cfc23df07df9677bdc03.tar.gz
gentoo-2-fe714ba4106e6f31a397cfc23df07df9677bdc03.tar.bz2
gentoo-2-fe714ba4106e6f31a397cfc23df07df9677bdc03.zip
Already finding my first bug. I guess it helps to test both arts and esd at the same time.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'app-emulation/vmware-dsp')
-rw-r--r--app-emulation/vmware-dsp/ChangeLog6
-rw-r--r--app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/vmware-dsp/ChangeLog b/app-emulation/vmware-dsp/ChangeLog
index 8601e75d568b..c9ba7cb896a5 100644
--- a/app-emulation/vmware-dsp/ChangeLog
+++ b/app-emulation/vmware-dsp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vmware-dsp
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/ChangeLog,v 1.1 2006/09/28 14:12:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/ChangeLog,v 1.2 2006/09/28 14:25:04 wolf31o2 Exp $
+
+ 28 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> vmware-dsp-1.3.ebuild:
+ Already finding my first bug. I guess it helps to test both arts and esd at
+ the same time.
*vmware-dsp-1.3 (28 Sep 2006)
diff --git a/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild b/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild
index 87ba2b72b6e4..9268ba173b37 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-2006 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.1 2006/09/28 14:12:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-dsp/vmware-dsp-1.3.ebuild,v 1.2 2006/09/28 14:25:04 wolf31o2 Exp $
inherit eutils multilib
@@ -78,13 +78,13 @@ src_install() {
if use arts
then
dobin vmwarearts || die
- make_desktop_entry vmware "VMware Workstation (aRts)" \
+ make_desktop_entry vmwarearts "VMware Workstation (aRts)" \
vmware-workstation.png System
fi
if use esd
then
dobin vmwareesd || die
- make_desktop_entry vmware "VMware Workstation (ESD)" \
+ make_desktop_entry vmwareesd "VMware Workstation (ESD)" \
vmware-workstation.png System
fi
}