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 | 24bff4234983360f2cf76791afcb2fc1ad94f883 (patch) | |
tree | cfe962c89b06e6d99cba9317bb34016a93d1fe78 /eclass | |
parent | Changing x86 to ~x86. (diff) | |
download | historical-24bff4234983360f2cf76791afcb2fc1ad94f883.tar.gz historical-24bff4234983360f2cf76791afcb2fc1ad94f883.tar.bz2 historical-24bff4234983360f2cf76791afcb2fc1ad94f883.zip |
Added net-* to make_desktop_entry
Diffstat (limited to 'eclass')
-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= ;; |