summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2008-10-22 19:36:12 +0000
committerFerris McCormick <fmccor@gentoo.org>2008-10-22 19:36:12 +0000
commit1df4ea58364ae5d3a386ecacc3ff79a8fa5632c9 (patch)
tree61c61564a41c2789a60e44aaef6a9d7f3b008144 /dev-util/byacc
parenthppa stable, #192989 (diff)
downloadgentoo-2-1df4ea58364ae5d3a386ecacc3ff79a8fa5632c9.tar.gz
gentoo-2-1df4ea58364ae5d3a386ecacc3ff79a8fa5632c9.tar.bz2
gentoo-2-1df4ea58364ae5d3a386ecacc3ff79a8fa5632c9.zip
Fix quoting problems to make repoman be quiet.
(Portage version: 2.2_rc12/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r--dev-util/byacc/ChangeLog5
-rw-r--r--dev-util/byacc/byacc-1.9-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog
index 9dc9b9fbf102..919e564d5e0a 100644
--- a/dev-util/byacc/ChangeLog
+++ b/dev-util/byacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/byacc
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.17 2008/10/22 19:33:31 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.18 2008/10/22 19:36:12 fmccor Exp $
+
+ 22 Oct 2008; Ferris McCormick <fmccor@gentoo.org> byacc-1.9-r2.ebuild:
+ Fix quoting problems to make repoman be quiet.
22 Oct 2008; Ferris McCormick <fmccor@gentoo.org> byacc-1.9-r2.ebuild:
Sparc stable, part of Security Bug #232005.
diff --git a/dev-util/byacc/byacc-1.9-r2.ebuild b/dev-util/byacc/byacc-1.9-r2.ebuild
index ed291aa88c60..7b36ec400a63 100644
--- a/dev-util/byacc/byacc-1.9-r2.ebuild
+++ b/dev-util/byacc/byacc-1.9-r2.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/dev-util/byacc/byacc-1.9-r2.ebuild,v 1.2 2008/10/22 19:33:31 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r2.ebuild,v 1.3 2008/10/22 19:36:12 fmccor Exp $
inherit eutils
@@ -18,11 +18,11 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch ${FILESDIR}/mkstemp.patch
+ epatch "${FILESDIR}"/mkstemp.patch
# The following patch fixes yacc to run correctly on ia64 (and
# other 64-bit arches). See bug 46233
- epatch ${FILESDIR}/byacc-1.9-ia64.patch
+ epatch "${FILESDIR}"/byacc-1.9-ia64.patch
# avoid stack access error, bug 232005
epatch "${FILESDIR}"/${P}-CVE-2008-3196.patch