diff options
author | 2007-11-04 08:43:58 +0000 | |
---|---|---|
committer | 2007-11-04 08:43:58 +0000 | |
commit | 815200597c02fd8de931e7f7a4f451d650acb98b (patch) | |
tree | 2b844b1645a762f26932c816215a30b754492fb3 /dev-util/glade | |
parent | Remove useless pkg_setup call from pkg_postinst. (diff) | |
download | gentoo-2-815200597c02fd8de931e7f7a4f451d650acb98b.tar.gz gentoo-2-815200597c02fd8de931e7f7a4f451d650acb98b.tar.bz2 gentoo-2-815200597c02fd8de931e7f7a4f451d650acb98b.zip |
fix some quoting issues
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/glade/glade-2.6.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 4319cf2be349..539ea33869c4 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/glade # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.82 2007/11/04 08:29:50 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.83 2007/11/04 08:43:58 compnerd Exp $ + + 04 Nov 2007; Saleem Abdulrasool <compnerd@gentoo.org> glade-2.6.8.ebuild: + Fix quoting issues *glade-3.4.0 (04 Nov 2007) diff --git a/dev-util/glade/glade-2.6.8.ebuild b/dev-util/glade/glade-2.6.8.ebuild index 5ef6ace96b10..619ea7d1c393 100644 --- a/dev-util/glade/glade-2.6.8.ebuild +++ b/dev-util/glade/glade-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v 1.12 2007/09/16 22:15:39 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v 1.13 2007/11/04 08:43:58 compnerd Exp $ inherit eutils gnome2 @@ -33,7 +33,7 @@ src_unpack() { # this patch fixes potential issues # with scrollkeeper. speeds up unnecessary scroll generation - epatch ${FILESDIR}/${PN}-2.0.0-scrollkeeper.patch + epatch "${FILESDIR}/${PN}-2.0.0-scrollkeeper.patch" } pkg_config() { @@ -42,6 +42,6 @@ pkg_config() { src_install() { - gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ + gnome2_src_install scrollkeeper_localstate_dir="${D}/var/lib/scrollkeeper/" } |