From e393287c71ac919b3a99f0f53acc398e6abaf1e8 Mon Sep 17 00:00:00 2001 From: gienah Date: Tue, 14 Oct 2014 11:47:24 +1100 Subject: 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(-) (limited to 'sci-libs/xblas') diff --git a/sci-libs/xblas/ChangeLog b/sci-libs/xblas/ChangeLog index 89c3d1506..8e872890c 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 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 +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 1c012658f..f703b3274 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 -- cgit v1.2.3-65-gdbad