summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2006-03-25 19:19:28 +0000
committerJoe McCann <joem@gentoo.org>2006-03-25 19:19:28 +0000
commit0b5428f51678a4bfdf35928383a1c6618be65ab2 (patch)
treeca8cef71de0b6d4b07f3c1dd91b1a48f24b871ee /gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild
parentMove large patch to mirrors, thanks to Halcy0n in bug #123634. (diff)
downloadgentoo-2-0b5428f51678a4bfdf35928383a1c6618be65ab2.tar.gz
gentoo-2-0b5428f51678a4bfdf35928383a1c6618be65ab2.tar.bz2
gentoo-2-0b5428f51678a4bfdf35928383a1c6618be65ab2.zip
add patch from upstream to fix mem corrupt, closes bug 127213
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild')
-rw-r--r--gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild b/gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild
index e7a1e41b25a3..5606dae49c5d 100644
--- a/gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild
+++ b/gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild,v 1.1 2006/03/13 22:40:53 joem Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.14.0.ebuild,v 1.2 2006/03/25 19:19:28 joem Exp $
-inherit gnome2
+inherit eutils gnome2
DESCRIPTION="An editor to the GNOME 2 config system"
HOMEPAGE="http://www.gnome.org/"
@@ -24,4 +24,9 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog NEWS README"
-USE_DESTDIR="1"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-mem_corrupt.patch
+}