diff options
author | Torsten Veller <tove@gentoo.org> | 2008-06-29 08:02:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-06-29 08:02:03 +0000 |
commit | 208d04f80c4c789f0ab6121721eb09970bfe8099 (patch) | |
tree | 5547882539cc99dddead9597b27b2004fe4fba1f /sci-misc | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-208d04f80c4c789f0ab6121721eb09970bfe8099.tar.gz gentoo-2-208d04f80c4c789f0ab6121721eb09970bfe8099.tar.bz2 gentoo-2-208d04f80c4c789f0ab6121721eb09970bfe8099.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/ncview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/ncview/ncview-1.93c.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/ncview/ChangeLog b/sci-misc/ncview/ChangeLog index 7111518fed37..282e1e6dc775 100644 --- a/sci-misc/ncview/ChangeLog +++ b/sci-misc/ncview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/ncview # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ChangeLog,v 1.12 2008/02/27 10:18:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ChangeLog,v 1.13 2008/06/29 08:02:03 tove Exp $ + + 29 Jun 2008; Torsten Veller <tove@gentoo.org> ncview-1.93c.ebuild: + Add missing die: || "..." -> || die "..." 27 Feb 2008; Sébastien Fabbro <bicatali@gentoo.org> ncview-1.93c.ebuild: forcing detection of X libraries and include directories, now really fixing diff --git a/sci-misc/ncview/ncview-1.93c.ebuild b/sci-misc/ncview/ncview-1.93c.ebuild index 8f299ca6734a..77bb3af01c71 100644 --- a/sci-misc/ncview/ncview-1.93c.ebuild +++ b/sci-misc/ncview/ncview-1.93c.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-misc/ncview/ncview-1.93c.ebuild,v 1.3 2008/02/27 10:18:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild,v 1.4 2008/06/29 08:02:03 tove Exp $ inherit multilib @@ -43,7 +43,7 @@ src_install() { MANDIR="${D}/usr/share/man/man1" \ NCVIEW_LIB_DIR="${D}/usr/share/${PN}" \ XAPPLRESDIR="${D}/usr/share/X11/app-defaults" \ - install || "emake install failed" + install || die "emake install failed" insinto /usr/share/${PN} doins *.ncmap nc_overlay* || die "doins failed" dodoc README README_WISH_LIST RELEASE_NOTES || die |