commit:     e393287c71ac919b3a99f0f53acc398e6abaf1e8
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 00:47:24 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 00:47:24 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e393287c

Thanks to tamiko for testing and the fix to the problem: sci-libs/xblas is 
missing sys-devel/m4 as build time dependency (at least the configure script 
checks for it and barfs).

---
 sci-libs/xblas/ChangeLog               | 5 +++++
 sci-libs/xblas/xblas-1.0.248-r1.ebuild | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sci-libs/xblas/ChangeLog b/sci-libs/xblas/ChangeLog
index 89c3d15..8e87289 100644
--- a/sci-libs/xblas/ChangeLog
+++ b/sci-libs/xblas/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Oct 2014; Mark Wright <[email protected]> xblas-1.0.248-r1.ebuild:
+  Thanks to tamiko for testing and the fix to the problem: sci-libs/xblas is
+  missing sys-devel/m4 as build time dependency (at least the configure script
+  checks for it and barfs).
+
 *xblas-1.0.248-r1 (13 Oct 2014)
 
   13 Oct 2014; Mark Wright <[email protected]> +xblas-1.0.248-r1.ebuild,

diff --git a/sci-libs/xblas/xblas-1.0.248-r1.ebuild 
b/sci-libs/xblas/xblas-1.0.248-r1.ebuild
index 1c01265..f703b32 100644
--- a/sci-libs/xblas/xblas-1.0.248-r1.ebuild
+++ b/sci-libs/xblas/xblas-1.0.248-r1.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc fortran int64 static-libs"
 
 RDEPEND="fortran? ( virtual/fortran )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       sys-devel/m4"
 
 static_to_shared() {
        local libstatic=${1}; shift

Reply via email to