summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-15 21:05:34 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-15 21:05:34 +0000
commit7f8d1fc1c8e9357b698422fed238252bcbd38743 (patch)
tree249d74958a306b715f043bb190412c3d996ee33d /sci-calculators/hcalc
parentAdd support for Solaris, added Prefix keywords (diff)
downloadgentoo-2-7f8d1fc1c8e9357b698422fed238252bcbd38743.tar.gz
gentoo-2-7f8d1fc1c8e9357b698422fed238252bcbd38743.tar.bz2
gentoo-2-7f8d1fc1c8e9357b698422fed238252bcbd38743.zip
Removed additional die and quoting
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/hcalc')
-rw-r--r--sci-calculators/hcalc/ChangeLog5
-rw-r--r--sci-calculators/hcalc/hcalc-1.0-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-calculators/hcalc/ChangeLog b/sci-calculators/hcalc/ChangeLog
index 2e3db3bf7a3d..4e6aa8b53b1b 100644
--- a/sci-calculators/hcalc/ChangeLog
+++ b/sci-calculators/hcalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/hcalc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/ChangeLog,v 1.9 2011/02/23 07:32:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/ChangeLog,v 1.10 2011/12/15 21:05:34 jlec Exp $
+
+ 15 Dec 2011; Justin Lecher <jlec@gentoo.org> hcalc-1.0-r1.ebuild:
+ Removed additional die and quoting
*hcalc-1.0-r1 (23 Feb 2011)
diff --git a/sci-calculators/hcalc/hcalc-1.0-r1.ebuild b/sci-calculators/hcalc/hcalc-1.0-r1.ebuild
index 4905129ac8a3..3cc84c0c4caa 100644
--- a/sci-calculators/hcalc/hcalc-1.0-r1.ebuild
+++ b/sci-calculators/hcalc/hcalc-1.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/hcalc-1.0-r1.ebuild,v 1.1 2011/02/23 07:32:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hcalc/hcalc-1.0-r1.ebuild,v 1.2 2011/12/15 21:05:34 jlec Exp $
-EAPI="4"
+EAPI=4
inherit eutils toolchain-funcs
@@ -28,7 +28,7 @@ src_prepare() {
}
src_install() {
- dobin hcalc || die
+ dobin ${PN}
}
pkg_postinst() {