diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-21 16:58:57 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-21 16:58:57 +0000 |
commit | 8976c942834d24b02b0a198e4bcdae311532373c (patch) | |
tree | b4ed8eb46df6c96d11c1422e89bed0e3f428bf03 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-8976c942834d24b02b0a198e4bcdae311532373c.tar.gz gentoo-2-8976c942834d24b02b0a198e4bcdae311532373c.tar.bz2 gentoo-2-8976c942834d24b02b0a198e4bcdae311532373c.zip |
Make sure FPS games list under ActionGame for bug #155846.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
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;; |