diff options
Diffstat (limited to 'dev-libs/mpfr/mpfr-2.4.2_p3.ebuild')
-rw-r--r-- | dev-libs/mpfr/mpfr-2.4.2_p3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild b/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild index 567705757e51..c7b45c58514c 100644 --- a/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild +++ b/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild,v 1.9 2011/07/14 18:33:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild,v 1.10 2012/04/19 02:35:54 vapier Exp $ # NOTE: we cannot depend on autotools here starting with gcc-4.3.x inherit eutils @@ -25,7 +25,6 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd "${S}" - [[ -d ${FILESDIR}/${PV} ]] && epatch "${FILESDIR}"/${PV}/*.patch [[ ${PLEVEL} == ${PV} ]] && return 0 for ((i=1; i<=PLEVEL; ++i)) ; do patch=patch$(printf '%02d' ${i}) |