summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-01-09 21:18:53 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-01-09 21:18:53 +0000
commit342b8b2802e585fa8b216119fa3e2ecf715fca34 (patch)
tree26eaca495f664f9d9a6cfde924b59cfbea70555d /gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
parentAdd ~amd64 keyword. Drop useless inherit eutils. (diff)
downloadgentoo-2-342b8b2802e585fa8b216119fa3e2ecf715fca34.tar.gz
gentoo-2-342b8b2802e585fa8b216119fa3e2ecf715fca34.tar.bz2
gentoo-2-342b8b2802e585fa8b216119fa3e2ecf715fca34.zip
* bump to 3.16.3
* fix quoting * fix style in 2.11.1 (Portage version: 2.1.4_rc14)
Diffstat (limited to 'gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild')
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
index 95c1a0e12408..056fa00a0f90 100644
--- a/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild,v 1.6 2007/07/12 04:19:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.2.4.ebuild,v 1.7 2008/01/09 21:18:52 eva Exp $
inherit gnome2 eutils
@@ -34,8 +34,8 @@ ELTCONF="--reverse-deps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# bug 101970
- epatch ${FILESDIR}/${PN}-3.0.10-no-extern-cluealigned.diff
- epatch ${FILESDIR}/${PN}-3.2-i18n.patch
+ epatch "${FILESDIR}/${PN}-3.0.10-no-extern-cluealigned.diff"
+ epatch "${FILESDIR}/${PN}-3.2-i18n.patch"
}