summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-03-27 21:29:12 +0000
committerMarkus Meier <maekke@gentoo.org>2008-03-27 21:29:12 +0000
commit6eb8beed62d07e8bb1241655feef70fdc6d495f7 (patch)
treee81ddd126a4a54f2a5743479db2d5876f656bc92 /app-editors
parentStable for HPPA (bug #214754). (diff)
downloadgentoo-2-6eb8beed62d07e8bb1241655feef70fdc6d495f7.tar.gz
gentoo-2-6eb8beed62d07e8bb1241655feef70fdc6d495f7.tar.bz2
gentoo-2-6eb8beed62d07e8bb1241655feef70fdc6d495f7.zip
amd64/x86 stable, bug #214904; quotes
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gphpedit/ChangeLog5
-rw-r--r--app-editors/gphpedit/gphpedit-0.9.91.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog
index 3b247cde4d26..9f2557211857 100644
--- a/app-editors/gphpedit/ChangeLog
+++ b/app-editors/gphpedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gphpedit
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.17 2008/03/27 19:04:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.18 2008/03/27 21:29:12 maekke Exp $
+
+ 27 Mar 2008; Markus Meier <maekke@gentoo.org> gphpedit-0.9.91.ebuild:
+ amd64/x86 stable, bug #214904; quotes
27 Mar 2008; nixnut <nixnut@gentoo.org> gphpedit-0.9.91.ebuild:
Stable on ppc wrt bug 214904
diff --git a/app-editors/gphpedit/gphpedit-0.9.91.ebuild b/app-editors/gphpedit/gphpedit-0.9.91.ebuild
index f25c7157dc47..25b07962df43 100644
--- a/app-editors/gphpedit/gphpedit-0.9.91.ebuild
+++ b/app-editors/gphpedit/gphpedit-0.9.91.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/gphpedit/gphpedit-0.9.91.ebuild,v 1.4 2008/03/27 19:04:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.91.ebuild,v 1.5 2008/03/27 21:29:12 maekke Exp $
inherit gnome2 eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.gphpedit.org/download/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.0
@@ -31,5 +31,5 @@ MAKEOPTS="${MAKEOPTS} -j1"
src_unpack() {
gnome2_src_unpack
- epatch ${FILESDIR}/${PN}-0.9.91-empty-apply-prefs.patch
+ epatch "${FILESDIR}"/${PN}-0.9.91-empty-apply-prefs.patch
}