From 141213944060bec201741e16fe6a5083185bc86d Mon Sep 17 00:00:00 2001 From: Jonathan-Christofer Demay Date: Sat, 24 Oct 2009 02:10:15 +0000 Subject: more eapi2 updates --- sci-mathematics/apron/apron-0.9.10.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sci-mathematics/apron/apron-0.9.10.ebuild') diff --git a/sci-mathematics/apron/apron-0.9.10.ebuild b/sci-mathematics/apron/apron-0.9.10.ebuild index 1adf692be..284d2132b 100644 --- a/sci-mathematics/apron/apron-0.9.10.ebuild +++ b/sci-mathematics/apron/apron-0.9.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: Exp $ +# $Header: $ + +EAPI="2" inherit eutils toolchain-funcs @@ -24,10 +26,7 @@ DEPEND="ocaml? ( >=dev-lang/ocaml-3.09 cxx? ( app-doc/doxygen ) )" RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd ${S} - +src_prepare() { mv Makefile.config.model Makefile.config #fix compile process -- cgit v1.2.3-65-gdbad