summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-05 00:12:07 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-05 00:12:07 +0000
commit367ed53266acdfdd16f497d78d52b6f3e14a2a2b (patch)
treef9f81ff78a7abd7310d3918cf02f5443d834563b
parentMask GNOME-2.16 desktop/platform/admin on hardened/x86 2.4 kernels in prepara... (diff)
downloadgentoo-2-367ed53266acdfdd16f497d78d52b6f3e14a2a2b.tar.gz
gentoo-2-367ed53266acdfdd16f497d78d52b6f3e14a2a2b.tar.bz2
gentoo-2-367ed53266acdfdd16f497d78d52b6f3e14a2a2b.zip
Fix test for games-kids in make_desktop_entry
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 1ef494281961..13134556a2a6 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -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/eclass/eutils.eclass,v 1.251 2006/09/14 07:01:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.252 2006/10/05 00:12:07 nyhm Exp $
#
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
@@ -819,7 +819,7 @@ make_desktop_entry() {
action) type=ActionGame;;
arcade) type=ArcadeGame;;
board) type=BoardGame;;
- kid) type=KidsGame;;
+ kids) type=KidsGame;;
emulation) type=Emulator;;
puzzle) type=LogicGame;;
rpg) type=RolePlaying;;