summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-10-17 23:31:57 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-10-17 23:31:57 +0000
commit706caede5121a70e7c68056f58494e661a6473c4 (patch)
treedfb5a8e543db516eb3ae63a204ec154c43a7a2a4 /dev-cpp/libglademm/libglademm-2.2.0.ebuild
parentbump to 2.20.1 (diff)
downloadhistorical-706caede5121a70e7c68056f58494e661a6473c4.tar.gz
historical-706caede5121a70e7c68056f58494e661a6473c4.tar.bz2
historical-706caede5121a70e7c68056f58494e661a6473c4.zip
bump to 2.6.5 and fix some quoting
Package-Manager: portage-2.1.3.13
Diffstat (limited to 'dev-cpp/libglademm/libglademm-2.2.0.ebuild')
-rw-r--r--dev-cpp/libglademm/libglademm-2.2.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-cpp/libglademm/libglademm-2.2.0.ebuild b/dev-cpp/libglademm/libglademm-2.2.0.ebuild
index 5a3b8db4af56..33e806e8a060 100644
--- a/dev-cpp/libglademm/libglademm-2.2.0.ebuild
+++ b/dev-cpp/libglademm/libglademm-2.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.2.0.ebuild,v 1.12 2006/10/21 10:55:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.2.0.ebuild,v 1.13 2007/10/17 23:31:57 eva Exp $
inherit gnome2 eutils
@@ -23,7 +23,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0
DOCS="AUTHORS COPYING ChangeLog NEWS README TODO INSTALL"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/gcc34.patch
- epatch ${FILESDIR}/${P}-configure.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/gcc34.patch
+ epatch "${FILESDIR}"/${P}-configure.patch
}