summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-12 06:48:19 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-12 06:48:19 +0000
commitc363a789c8d4c851921a15c6b09d8232f2b3cefc (patch)
tree0bed697a92234626718ac354d5d6b3dd5f140e78 /app-editors
parentVersion bump wrt #221143. (diff)
downloadgentoo-2-c363a789c8d4c851921a15c6b09d8232f2b3cefc.tar.gz
gentoo-2-c363a789c8d4c851921a15c6b09d8232f2b3cefc.tar.bz2
gentoo-2-c363a789c8d4c851921a15c6b09d8232f2b3cefc.zip
Make use of PATCH_LEVEL variable too..
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qe/qe-0.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qe/qe-0.2.0.ebuild b/app-editors/qe/qe-0.2.0.ebuild
index 9d19ee565c16..2a61c68242a1 100644
--- a/app-editors/qe/qe-0.2.0.ebuild
+++ b/app-editors/qe/qe-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/qe-0.2.0.ebuild,v 1.1 2008/05/12 06:38:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/qe-0.2.0.ebuild,v 1.2 2008/05/12 06:48:19 drac Exp $
inherit autotools eutils
@@ -21,7 +21,7 @@ DEPEND="sys-libs/ncurses"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${WORKDIR}"/${P/-/_}-4.diff
+ epatch "${WORKDIR}"/${P/-/_}-${PATCH_LEVEL}.diff
sed -i -e '/AC_REQUIRE/d' -e 's/-O2//g' \
configure.in || die "sed failed."
eautoreconf