diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-11-10 22:18:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-11-10 22:18:04 +0000 |
commit | 453c8c2b4a165d0f28e8f53d70e534953a692b06 (patch) | |
tree | fda020637223bc7c9682de2541db6b46e6a50a88 | |
parent | Changing x86 to ~x86. (diff) | |
download | gentoo-2-453c8c2b4a165d0f28e8f53d70e534953a692b06.tar.gz gentoo-2-453c8c2b4a165d0f28e8f53d70e534953a692b06.tar.bz2 gentoo-2-453c8c2b4a165d0f28e8f53d70e534953a692b06.zip |
Added net-* to make_desktop_entry
-rw-r--r-- | eclass/eutils.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 4d75744401ad..26c8674ecacc 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.64 2003/10/13 15:12:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.65 2003/11/10 22:18:04 wolf31o2 Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -708,6 +708,9 @@ make_desktop_entry() { "games-"*) type=Game ;; + "net-"*) + type=Network; + ;; *) type= ;; |