diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-10 07:12:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-10 07:12:58 +0000 |
commit | 9259744fb6a5a34cf684c15396038d5ad2b74f52 (patch) | |
tree | fca8e800ea1d7fbae03c3869cb7a93b2942e5eb9 /sci-chemistry/gsim | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-9259744fb6a5a34cf684c15396038d5ad2b74f52.tar.gz gentoo-2-9259744fb6a5a34cf684c15396038d5ad2b74f52.tar.bz2 gentoo-2-9259744fb6a5a34cf684c15396038d5ad2b74f52.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/gsim')
-rw-r--r-- | sci-chemistry/gsim/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/gsim/gsim-0.19.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/gsim/ChangeLog b/sci-chemistry/gsim/ChangeLog index 4391aa69adaa..70f4a94d9d01 100644 --- a/sci-chemistry/gsim/ChangeLog +++ b/sci-chemistry/gsim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gsim -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v 1.2 2010/11/03 09:54:03 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v 1.3 2011/04/10 07:12:58 tove Exp $ + + 10 Apr 2011; Torsten Veller <tove@gentoo.org> gsim-0.19.1.ebuild: + Add missing die: || "..." -> || die "..." 03 Nov 2010; Justin Lecher <jlec@gentoo.org> gsim-0.19.1.ebuild: QA - quoting diff --git a/sci-chemistry/gsim/gsim-0.19.1.ebuild b/sci-chemistry/gsim/gsim-0.19.1.ebuild index 5a607f30a12d..8c1222940b71 100644 --- a/sci-chemistry/gsim/gsim-0.19.1.ebuild +++ b/sci-chemistry/gsim/gsim-0.19.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-0.19.1.ebuild,v 1.2 2010/11/03 09:54:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-0.19.1.ebuild,v 1.3 2011/04/10 07:12:58 tove Exp $ EAPI="3" @@ -57,7 +57,7 @@ src_install() { qt4-r2_src_install dobin ${PN} || die "no ${PN}" insinto /usr/share/${PN} - doins -r images ${PN}.ico || "no images" + doins -r images ${PN}.ico || die "no images" insinto /usr/share/${PN}/ui doins *.ui || die } |