summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-11-09 16:31:32 +0000
committerJeroen Roovers <jer@gentoo.org>2011-11-09 16:31:32 +0000
commit051d0c7c79f8210264ed15d3c7597075a544e7ce (patch)
tree65e358d24e937f77a1bdf2cbad40874187737bbe /sys-boot/unetbootin
parentStable for HPPA (bug #389333). (diff)
downloadgentoo-2-051d0c7c79f8210264ed15d3c7597075a544e7ce.tar.gz
gentoo-2-051d0c7c79f8210264ed15d3c7597075a544e7ce.tar.bz2
gentoo-2-051d0c7c79f8210264ed15d3c7597075a544e7ce.zip
Remove unneeded die().
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/unetbootin')
-rw-r--r--sys-boot/unetbootin/ChangeLog5
-rw-r--r--sys-boot/unetbootin/unetbootin-563.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index a8dcd551c9b7..c86987b6be42 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/unetbootin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.65 2011/10/13 19:25:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.66 2011/11/09 16:31:32 jer Exp $
+
+ 09 Nov 2011; Jeroen Roovers <jer@gentoo.org> unetbootin-563.ebuild:
+ Remove unneeded die().
*unetbootin-563 (13 Oct 2011)
diff --git a/sys-boot/unetbootin/unetbootin-563.ebuild b/sys-boot/unetbootin/unetbootin-563.ebuild
index 1ccef96301fb..e7a1e8c5ec3c 100644
--- a/sys-boot/unetbootin/unetbootin-563.ebuild
+++ b/sys-boot/unetbootin/unetbootin-563.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-563.ebuild,v 1.1 2011/10/13 19:25:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-563.ebuild,v 1.2 2011/11/09 16:31:32 jer Exp $
EAPI="4"
@@ -56,7 +56,7 @@ src_install() {
for lingua in ${UNETBOOTIN_LINGUAS}; do
if use linguas_${lingua}; then
insinto /usr/share/${PN}
- doins ${PN}_${lingua}.qm || die
+ doins ${PN}_${lingua}.qm
fi
done
}