summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-07-05 13:20:27 +0000
committerJustin Lecher <jlec@gentoo.org>2012-07-05 13:20:27 +0000
commitef6534a31b353e6385c852bec0ea6bc47202326c (patch)
tree7d41a613828e9f8023d802cb68a5ccb4c8efd9ab
parentStable for amd64, wrt bug #422077 (diff)
downloadgentoo-2-ef6534a31b353e6385c852bec0ea6bc47202326c.tar.gz
gentoo-2-ef6534a31b353e6385c852bec0ea6bc47202326c.tar.bz2
gentoo-2-ef6534a31b353e6385c852bec0ea6bc47202326c.zip
sci-mathematics/rngstreams: Fix out of source buildproblem
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
-rw-r--r--sci-mathematics/rngstreams/ChangeLog5
-rw-r--r--sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/sci-mathematics/rngstreams/ChangeLog b/sci-mathematics/rngstreams/ChangeLog
index d2cc6955ff6e..5e133374eaa7 100644
--- a/sci-mathematics/rngstreams/ChangeLog
+++ b/sci-mathematics/rngstreams/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/rngstreams
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,v 1.4 2012/07/04 18:03:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,v 1.5 2012/07/05 13:20:27 jlec Exp $
+
+ 05 Jul 2012; Justin Lecher <jlec@gentoo.org> rngstreams-1.0.1.ebuild:
+ Fix out of source buildproblem
04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> rngstreams-1.0.1.ebuild:
marked x86 per bug 424711
diff --git a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild
index e4721c1e5c4a..037543067eed 100644
--- a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild
+++ b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild,v 1.4 2012/07/04 18:03:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild,v 1.5 2012/07/05 13:20:27 jlec Exp $
EAPI=4
@@ -19,9 +19,7 @@ src_install() {
autotools-utils_src_install
use doc && dohtml -r doc/rngstreams.html/* && dodoc doc/${PN}.pdf
if use examples; then
- emake distclean -C examples
- rm -f examples/Makefile*
- insinto /usr/share/doc/${PF}
+ rm -f examples/Makefile* || die
doins -r examples
fi
}