diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-19 02:35:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-19 02:35:54 +0000 |
commit | 09b7a0aec0bea90af0ebf1612350997c3480f4e7 (patch) | |
tree | 41c085d4bd1a06303c88476946202701a2fb805d /dev-libs/mpfr/mpfr-3.1.0.ebuild | |
parent | call python_pkg_setup unconditionally (bug 412013) (diff) | |
download | gentoo-2-09b7a0aec0bea90af0ebf1612350997c3480f4e7.tar.gz gentoo-2-09b7a0aec0bea90af0ebf1612350997c3480f4e7.tar.bz2 gentoo-2-09b7a0aec0bea90af0ebf1612350997c3480f4e7.zip |
Drop old epatch call #412591 by Stevan Bajić.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/mpfr/mpfr-3.1.0.ebuild')
-rw-r--r-- | dev-libs/mpfr/mpfr-3.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/mpfr/mpfr-3.1.0.ebuild b/dev-libs/mpfr/mpfr-3.1.0.ebuild index 2f86a13f9970..4b776fbc3fe1 100644 --- a/dev-libs/mpfr/mpfr-3.1.0.ebuild +++ b/dev-libs/mpfr/mpfr-3.1.0.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-3.1.0.ebuild,v 1.3 2011/12/09 20:49:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.0.ebuild,v 1.4 2012/04/19 02:35:54 vapier Exp $ EAPI="3" @@ -25,7 +25,6 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { - [[ -d ${FILESDIR}/${PV} ]] && epatch "${FILESDIR}"/${PV}/*.patch [[ ${PLEVEL} == ${PV} ]] && return 0 for ((i=1; i<=PLEVEL; ++i)) ; do patch=patch$(printf '%02d' ${i}) |