summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-28 07:44:23 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-28 07:44:23 +0000
commitbbb604dce0a3dde530cb10c6cf0b1559ecb67adc (patch)
tree391d05a1d15eb45d9851e9f9989dab81e2e95597 /gnome-extra/gcalctool
parentarm stable (diff)
downloadgentoo-2-bbb604dce0a3dde530cb10c6cf0b1559ecb67adc.tar.gz
gentoo-2-bbb604dce0a3dde530cb10c6cf0b1559ecb67adc.tar.bz2
gentoo-2-bbb604dce0a3dde530cb10c6cf0b1559ecb67adc.zip
arm/sh stable
(Portage version: 2.1.2-r4)
Diffstat (limited to 'gnome-extra/gcalctool')
-rw-r--r--gnome-extra/gcalctool/gcalctool-5.8.25.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/gcalctool/gcalctool-5.8.25.ebuild b/gnome-extra/gcalctool/gcalctool-5.8.25.ebuild
index 193d989d116d..cb60b94d0b34 100644
--- a/gnome-extra/gcalctool/gcalctool-5.8.25.ebuild
+++ b/gnome-extra/gcalctool/gcalctool-5.8.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/gcalctool-5.8.25.ebuild,v 1.9 2007/01/21 21:51:15 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/gcalctool-5.8.25.ebuild,v 1.10 2007/01/28 07:44:23 vapier Exp $
inherit eutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://calctool.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.6
@@ -35,5 +35,5 @@ src_install() {
gnome2_src_install
# remove symlink that conflicts with <2.3 gnome-utils
- rm -f ${D}/usr/bin/gnome-calculator
+ rm -f "${D}"/usr/bin/gnome-calculator
}