summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-11-05 09:08:36 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-11-05 09:08:36 +0000
commit79ccb125781ef67580ae4cc6e371fdeeea69dc27 (patch)
tree3e3ce1d0441f1568876641378f54cd48e48c3c32 /dev-libs/qof
parentAdd pam to IUSE so the xserver pam.d file is conditionally installed. (diff)
downloadgentoo-2-79ccb125781ef67580ae4cc6e371fdeeea69dc27.tar.gz
gentoo-2-79ccb125781ef67580ae4cc6e371fdeeea69dc27.tar.bz2
gentoo-2-79ccb125781ef67580ae4cc6e371fdeeea69dc27.zip
go to the correct directory in src_unpack(), so epatch actually works
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-libs/qof')
-rw-r--r--dev-libs/qof/ChangeLog5
-rw-r--r--dev-libs/qof/qof-0.7.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/qof/ChangeLog b/dev-libs/qof/ChangeLog
index 801dd01d7b4b..f83b60d7056e 100644
--- a/dev-libs/qof/ChangeLog
+++ b/dev-libs/qof/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/qof
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.6 2007/11/04 11:05:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.7 2007/11/05 09:08:36 opfer Exp $
+
+ 05 Nov 2007; Christian Faulhammer <opfer@gentoo.org> qof-0.7.2.ebuild:
+ go to the correct directory in src_unpack(), so epatch actually works
04 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+files/qof-0.7.2-remove_spurious_CFLAGS.patch, qof-0.7.2.ebuild:
diff --git a/dev-libs/qof/qof-0.7.2.ebuild b/dev-libs/qof/qof-0.7.2.ebuild
index ac5d621aebbb..57cf035bd1c9 100644
--- a/dev-libs/qof/qof-0.7.2.ebuild
+++ b/dev-libs/qof/qof-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild,v 1.6 2007/11/04 11:05:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild,v 1.7 2007/11/05 09:08:36 opfer Exp $
inherit eutils
@@ -19,6 +19,7 @@ DEPEND=""
src_unpack() {
unpack ${A}
+ cd "${S}"
epatch "${FILESDIR}/${P}-remove_spurious_CFLAGS.patch"
}