summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-24 02:49:32 +0000
committerMike Frysinger <vapier@gentoo.org>2009-09-24 02:49:32 +0000
commit0d1e1962cfc166f15b2aba06d0facfe1b8233e1f (patch)
tree63e9bb4135739aee5a3023d42cd2d8590c55ad08 /eclass
parentInstall a default e2fsck.conf #142850. (diff)
downloadhistorical-0d1e1962cfc166f15b2aba06d0facfe1b8233e1f.tar.gz
historical-0d1e1962cfc166f15b2aba06d0facfe1b8233e1f.tar.bz2
historical-0d1e1962cfc166f15b2aba06d0facfe1b8233e1f.zip
make_desktop_entry: dont bother writing Version= anymore #285920 by Josh Saddler
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 655e05c8c253..3094db0c5a97 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.319 2009/09/12 14:37:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.320 2009/09/24 02:49:32 vapier Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@@ -945,7 +945,6 @@ make_desktop_entry() {
cat <<-EOF > "${desktop}"
[Desktop Entry]
- Version=1.0
Name=${name}
Type=Application
Comment=${DESCRIPTION}