summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-11-21 16:58:57 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-11-21 16:58:57 +0000
commit84f93d0fa2f97905c8ece512e7b74229cc6c9c3a (patch)
treef98d76d8739819cc501bcd7ea68c863165eff80f /eclass
parentVersion bump. (diff)
downloadhistorical-84f93d0fa2f97905c8ece512e7b74229cc6c9c3a.tar.gz
historical-84f93d0fa2f97905c8ece512e7b74229cc6c9c3a.tar.bz2
historical-84f93d0fa2f97905c8ece512e7b74229cc6c9c3a.zip
Make sure FPS games list under ActionGame for bug #155846.
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 0e54a782a510..56d9ec584f7d 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.264 2006/11/14 12:04:48 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.265 2006/11/21 16:58:57 wolf31o2 Exp $
#
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
@@ -816,7 +816,7 @@ make_desktop_entry() {
games)
case ${catmin} in
- action) type=ActionGame;;
+ action|fps) type=ActionGame;;
arcade) type=ArcadeGame;;
board) type=BoardGame;;
kids) type=KidsGame;;