summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-18 16:46:53 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-18 16:46:53 +0000
commitb4d220c3c5026c0699aca1479208696f7a01e2e2 (patch)
tree47b44a29e23c6c4a33860b5c2c2337d1630c504e /x11-libs/gtkdatabox
parentFix typo: s/RDPEND/RDEPEND/ (diff)
downloadgentoo-2-b4d220c3c5026c0699aca1479208696f7a01e2e2.tar.gz
gentoo-2-b4d220c3c5026c0699aca1479208696f7a01e2e2.tar.bz2
gentoo-2-b4d220c3c5026c0699aca1479208696f7a01e2e2.zip
|| "..." -> || die "..."
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtkdatabox')
-rw-r--r--x11-libs/gtkdatabox/ChangeLog5
-rw-r--r--x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtkdatabox/ChangeLog b/x11-libs/gtkdatabox/ChangeLog
index dffc4b483db2..ff7905423823 100644
--- a/x11-libs/gtkdatabox/ChangeLog
+++ b/x11-libs/gtkdatabox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtkdatabox
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkdatabox/ChangeLog,v 1.2 2009/06/27 09:03:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkdatabox/ChangeLog,v 1.3 2009/09/18 16:46:53 tove Exp $
+
+ 18 Sep 2009; Torsten Veller <tove@gentoo.org> gtkdatabox-0.9.1.1.ebuild:
+ || "..." -> || die "..."
27 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org>
gtkdatabox-0.9.1.1.ebuild:
diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
index 0a619ccb97ab..4548fa12d3da 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild,v 1.2 2009/06/27 09:03:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild,v 1.3 2009/09/18 16:46:53 tove Exp $
EAPI="2"
@@ -35,7 +35,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "Installation Failed"
- dodoc AUTHORS ChangeLog README TODO || "dodoc failed"
+ dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
if use examples; then
emake clean -C examples || die "Cleaning examples failed"