summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2003-09-13 20:08:41 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2003-09-13 20:08:41 +0000
commitfa2f387a900742bc5040d78bd7cbb79cdcaa2797 (patch)
tree60cb1655066066c832ca0c58fe6c7671b94cd693 /eclass
parentKEYWORD for ppc & sparc #28637 (diff)
downloadhistorical-fa2f387a900742bc5040d78bd7cbb79cdcaa2797.tar.gz
historical-fa2f387a900742bc5040d78bd7cbb79cdcaa2797.tar.bz2
historical-fa2f387a900742bc5040d78bd7cbb79cdcaa2797.zip
Changing make_desktop_entry to fit games-* category changes.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 393a35f96b37..90574f9887b0 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.52 2003/09/13 19:24:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.53 2003/09/13 20:08:41 wolf31o2 Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -682,7 +682,7 @@ make_desktop_entry() {
if [ -z "${type}" ] ; then
case ${CATEGORY} in
app-emulation) type=Emulator ;;
- app-games) type=Game ;;
+ games-*) type=Game ;;
*) type="" ;;
esac
fi