summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-10-29 16:27:19 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-10-29 16:27:19 +0000
commit70a61f2f99d747129fd5a7abd6dc0d7504c7bfa6 (patch)
treec65aa531a8d30f7a60cddb24bee05a5ae47f2055 /dev-libs/libindicate/libindicate-0.2.3.ebuild
parentForgot to add dependancy on dev-perl/Socket6 in last commit. Fix HOMEPAGE and... (diff)
downloadhistorical-70a61f2f99d747129fd5a7abd6dc0d7504c7bfa6.tar.gz
historical-70a61f2f99d747129fd5a7abd6dc0d7504c7bfa6.tar.bz2
historical-70a61f2f99d747129fd5a7abd6dc0d7504c7bfa6.zip
Fix some QA : do not ever use ../something/something.la, it is prone to breakage(parallel build). Add a missing || die to dodoc. Thanks to EvaSDK
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libindicate/libindicate-0.2.3.ebuild')
-rw-r--r--dev-libs/libindicate/libindicate-0.2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libindicate/libindicate-0.2.3.ebuild b/dev-libs/libindicate/libindicate-0.2.3.ebuild
index 2843de7d6adb..dfb6313412d9 100644
--- a/dev-libs/libindicate/libindicate-0.2.3.ebuild
+++ b/dev-libs/libindicate/libindicate-0.2.3.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/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.1 2009/10/29 15:47:05 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
EAPI=2
@@ -43,5 +43,5 @@ src_test() {
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS
+ dodoc AUTHORS || die "dodoc failed"
}