diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-09 21:18:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-09 21:18:53 +0000 |
commit | 342b8b2802e585fa8b216119fa3e2ecf715fca34 (patch) | |
tree | 26eaca495f664f9d9a6cfde924b59cfbea70555d /gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild | |
parent | Add ~amd64 keyword. Drop useless inherit eutils. (diff) | |
download | gentoo-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-2.6.3.ebuild')
-rw-r--r-- | gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild b/gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild index f4269978c93d..f0f31c4af77a 100644 --- a/gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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-2.6.3.ebuild,v 1.6 2007/09/13 13:24:21 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-2.6.3.ebuild,v 1.7 2008/01/09 21:18:52 eva Exp $ inherit eutils gnome2 versionator autotools @@ -36,10 +36,10 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" if use alpha; then - epatch ${FILESDIR}/${MY_PN}-2.2.0-alpha.patch || die + epatch "${FILESDIR}/${MY_PN}-2.2.0-alpha.patch" || die fi # We need a full autoreconf on FreeBSD at least to fix libtool errors. |