diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-23 03:25:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-23 03:25:07 +0000 |
commit | da8838ab906490cb8d8b842c4a35c65de9fb41da (patch) | |
tree | 1088556a25ee54b9826dccdc91be9df5c6bf92bb /app-office/passepartout | |
parent | Initial import (diff) | |
download | gentoo-2-da8838ab906490cb8d8b842c4a35c65de9fb41da.tar.gz gentoo-2-da8838ab906490cb8d8b842c4a35c65de9fb41da.tar.bz2 gentoo-2-da8838ab906490cb8d8b842c4a35c65de9fb41da.zip |
remove useless 5th arg to make_desktop_entry
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-office/passepartout')
-rw-r--r-- | app-office/passepartout/passepartout-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/passepartout/passepartout-0.7.0.ebuild b/app-office/passepartout/passepartout-0.7.0.ebuild index 2c3f8e86a3b7..60c7609984b5 100644 --- a/app-office/passepartout/passepartout-0.7.0.ebuild +++ b/app-office/passepartout/passepartout-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.7.0.ebuild,v 1.3 2010/01/15 12:22:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.7.0.ebuild,v 1.4 2010/03/23 03:25:07 vapier Exp $ EAPI=2 @@ -87,5 +87,5 @@ src_compile() { src_install() { gnome2_src_install - make_desktop_entry "/usr/bin/passepartout" "Passepartout DTP" "" "GNOME;Application;Graphics" "" + make_desktop_entry "/usr/bin/passepartout" "Passepartout DTP" "" "GNOME;Application;Graphics" } |