summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/grpn/grpn-1.1.2-r1.ebuild')
-rw-r--r--sci-calculators/grpn/grpn-1.1.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/grpn/grpn-1.1.2-r1.ebuild b/sci-calculators/grpn/grpn-1.1.2-r1.ebuild
index 13a66a931f1d..5e31fda92f03 100644
--- a/sci-calculators/grpn/grpn-1.1.2-r1.ebuild
+++ b/sci-calculators/grpn/grpn-1.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/grpn-1.1.2-r1.ebuild,v 1.2 2008/05/10 09:03:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/grpn-1.1.2-r1.ebuild,v 1.3 2008/05/10 21:50:38 drac Exp $
EAPI=1
@@ -34,5 +34,5 @@ src_install() {
dobin grpn || die "dobin failed."
doman grpn.1
dodoc CHANGES README
- make_desktop_entry grpn "RPN calculatorc" calc
+ make_desktop_entry grpn "RPN calculator" calc
}