diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-05 13:22:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-05 13:22:01 +0000 |
commit | 4738d0190d8d11caea4a7dc6cfad9229138ff4e8 (patch) | |
tree | 67626f4f0f72c0c77569d78978c050e4db8f1e3f /sci-mathematics/prng | |
parent | Keyword ~x64-freebsd, Bug #424836 (diff) | |
download | gentoo-2-4738d0190d8d11caea4a7dc6cfad9229138ff4e8.tar.gz gentoo-2-4738d0190d8d11caea4a7dc6cfad9229138ff4e8.tar.bz2 gentoo-2-4738d0190d8d11caea4a7dc6cfad9229138ff4e8.zip |
sci-mathematics/prng: Fix out of source buildproblem
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/prng')
-rw-r--r-- | sci-mathematics/prng/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/prng/prng-3.0.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sci-mathematics/prng/ChangeLog b/sci-mathematics/prng/ChangeLog index 2770c382e0c1..1fd186a9d36f 100644 --- a/sci-mathematics/prng/ChangeLog +++ b/sci-mathematics/prng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/prng # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.4 2012/07/04 18:03:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.5 2012/07/05 13:22:01 jlec Exp $ + + 05 Jul 2012; Justin Lecher <jlec@gentoo.org> prng-3.0.2.ebuild: + Fix out of source buildproblem 04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> prng-3.0.2.ebuild: marked x86 per bug 424741 diff --git a/sci-mathematics/prng/prng-3.0.2.ebuild b/sci-mathematics/prng/prng-3.0.2.ebuild index e9f4811d9e04..fe0bd6b6772f 100644 --- a/sci-mathematics/prng/prng-3.0.2.ebuild +++ b/sci-mathematics/prng/prng-3.0.2.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/prng/prng-3.0.2.ebuild,v 1.4 2012/07/04 18:03:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.5 2012/07/05 13:22:01 jlec Exp $ EAPI=4 @@ -23,9 +23,7 @@ src_install() { autotools-utils_src_install use doc && doins 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 } |