diff options
-rw-r--r-- | app-editors/gphpedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.91.ebuild | 6 |
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 } |